method
new
rails latest stable - Class:
ActiveRecord::AttributeMethods::AttributeMethodCache
new()public
No documentation available.
# File activerecord/lib/active_record/attribute_methods.rb, line 38
def initialize
@module = Module.new
@method_cache = ThreadSafe::Cache.new
end