Class: Funes::EventEntry

Inherits:
ApplicationRecord show all
Defined in:
app/models/funes/event_entry.rb

Instance Method Summary collapse

Instance Method Details

#to_klass_instanceObject



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