Method: Traits::Model::Polymorphism#to_hash

Defined in:
lib/traits/model/polymorphism.rb

#to_hashObject



11
12
13
14
15
# File 'lib/traits/model/polymorphism.rb', line 11

def to_hash
  super.merge!(
    polymorphic_type: polymorphic_type
  )
end