Method: NCore::Identity::ClassMethods#model_name

Defined in:
lib/ncore/identity.rb

#model_nameObject

make NCore::SomeResource.model_name do the right thing



24
25
26
# File 'lib/ncore/identity.rb', line 24

def model_name
  ::ActiveModel::Name.new(self, nil, ::ActiveSupport::Inflector.demodulize(self))
end