Module: HasManyRichTexts::Base
- Defined in:
- app/models/concerns/has_many_rich_texts.rb
Instance Method Summary collapse
Instance Method Details
#has_many_rich_texts(options = nil) ⇒ Object
12 13 14 |
# File 'app/models/concerns/has_many_rich_texts.rb', line 12 def has_many_rich_texts( = nil) include ::HasManyRichTexts end |