Method: ActionText::RichText#record
- Defined in:
- actiontext/app/models/action_text/rich_text.rb
#record ⇒ Object
:method: record
Returns the associated record.
46 |
# File 'actiontext/app/models/action_text/rich_text.rb', line 46 belongs_to :record, polymorphic: true, touch: true |