Method: Mongoid::Errors::InvalidField#message
- Defined in:
- lib/mongoid/errors.rb
#message ⇒ Object
100 101 102 103 104 105 |
# File 'lib/mongoid/errors.rb', line 100 def "Defining a field named '#{@name}' is not allowed. " + "Do not define fields that conflict with Mongoid internal attributes " + "or method names. Use Document#instance_methods to see what " + "names this includes." end |