Class: Funes::EventEntry
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Funes::EventEntry
- Defined in:
- app/models/funes/event_entry.rb
Instance Method Summary collapse
Instance Method Details
#to_klass_instance ⇒ Object
5 6 7 8 9 |
# File 'app/models/funes/event_entry.rb', line 5 def to_klass_instance event = klass.constantize.new(props.symbolize_keys) event._event_entry = self event end |