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