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)


578
579
580
# File 'lib/fragmentary/fragment.rb', line 578

def needs_record_id?
  true
end