Class: Exwiw::BelongsTo

Inherits:
Object
  • Object
show all
Includes:
Serdes
Defined in:
lib/exwiw/belongs_to.rb

Class Method Summary collapse

Class Method Details

.from_symbol_keys(hash) ⇒ Object



10
11
12
# File 'lib/exwiw/belongs_to.rb', line 10

def self.from_symbol_keys(hash)
  from(hash.transform_keys(&:to_s))
end