Method: Dread::AssociationGraph#dependable_collection

Defined in:
lib/dread/association_graph.rb,
lib/dread/association_graph.rb

#dependable_collectionObject (readonly)

{ user: { tweets: { comments: {} }, comments: {}, setting: {} } }



15
16
17
# File 'lib/dread/association_graph.rb', line 15

def dependable_collection
  @dependable_collection
end