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