module ActiveModel::AttributeMethods::ClassMethods

def attribute_method_matchers #:nodoc:

:nodoc:
def attribute_method_matchers #:nodoc:
  read_inheritable_attribute(:attribute_method_matchers) || write_inheritable_attribute(:attribute_method_matchers, [])
end