Method: ActiveRecord::InstanceMethods#type
- Defined in:
- lib/reactive_record/active_record/instance_methods.rb
#type ⇒ Object
39 40 41 |
# File 'lib/reactive_record/active_record/instance_methods.rb', line 39 def type @backing_record.reactive_get!(:type, nil) end |