Module: Fragmentary::Fragment::NeedsRecordId

Defined in:
lib/fragmentary/fragment.rb

Instance Method Summary collapse

Instance Method Details

#needs_record_id?Boolean

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

Returns:

  • (Boolean)


605
606
607
# File 'lib/fragmentary/fragment.rb', line 605

def needs_record_id?
  true
end