Method: Effective::Resources::Associations#action_texts

Defined in:
app/models/effective/resources/associations.rb

#action_textsObject



72
73
74
75
# File 'app/models/effective/resources/associations.rb', line 72

def action_texts
  klass.reflect_on_all_associations(:has_one).select { |ass| ass.class_name == 'ActionText::RichText' } +
  klass.reflect_on_all_associations(:has_many).select { |ass| ass.class_name == 'ActionText::RichText' }
end