Module: HasConstant::Orm::Mongoid
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/has_constant/orm/mongoid.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Instance Method Details
#validate_has_constant_attributes ⇒ Object
12 13 14 15 16 |
# File 'lib/has_constant/orm/mongoid.rb', line 12 def validate_has_constant_attributes @has_constant_errors.each do |key, value| self.errors.add key, value end if @has_constant_errors end |