Module: ActiveNode::Core
Instance Method Summary collapse
Instance Method Details
#initialize(attributes = nil, split_by = :respond_to_writer?) ⇒ Object
5 6 7 8 |
# File 'lib/active_node/core.rb', line 5 def initialize(attributes = nil, split_by=:respond_to_writer?) @association_cache = {} super attributes, split_by end |