module Fragmentary::Fragment::NeedsRecordId

Public Instance Methods

needs_record_id?() click to toggle source

needs_record_id means we don't inherit the record_id from the parent

# File lib/fragmentary/fragment.rb, line 537
def needs_record_id?
  true
end