Module: Paraphrase::ActiveModel::ClassMethods Private

Defined in:
lib/paraphrase/active_model.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#model_nameObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



26
27
28
# File 'lib/paraphrase/active_model.rb', line 26

def model_name
  ::ActiveModel::Name.new(self, nil, 'Q')
end