module OData::Model::ActiveModel::ClassMethods

Methods mixed in at the class level.

Public Instance Methods

human_attribute_name(attr, options = {}) click to toggle source

Used for ActiveModel validations @api private

# File lib/odata/model/active_model.rb, line 36
def human_attribute_name(attr, options = {})
  attr
end
lookup_ancestors() click to toggle source

Used for ActiveModel validations @api private

# File lib/odata/model/active_model.rb, line 42
def lookup_ancestors
  [self]
end