method
new
v4.2.7 -
Show 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