method
new
v7.1.3.2 -
Show latest stable
- Class:
ActiveRecord::Reflection::AbstractReflection
new()public
No documentation available.
# File activerecord/lib/active_record/reflection.rb, line 157
def initialize
@class_name = nil
@counter_cache_column = nil
@inverse_of = nil
@inverse_which_updates_counter_cache_defined = false
@inverse_which_updates_counter_cache = nil
end