Module: Eventsimple::Entity::ClassMethods
- Defined in:
- lib/eventsimple/entity.rb
Instance Method Summary collapse
Instance Method Details
#event_class ⇒ Object
89 90 91 92 93 |
# File 'lib/eventsimple/entity.rb', line 89 def event_class reflect_on_all_associations(:has_many).find { |association| association.name == :events }.klass end |