Class: Primalize::JSONAPI::MetadataPrimalizer

Inherits:
Single
  • Object
show all
Defined in:
lib/primalize/jsonapi.rb

Instance Method Summary collapse

Instance Method Details

#typeObject



94
95
96
# File 'lib/primalize/jsonapi.rb', line 94

def type
  object.class.name.gsub(/(.)([A-Z])/, '\1_\2').downcase
end