public
Description: simple identity map for active record. eager loading associations FTL
Clone URL: git://github.com/technoweenie/active_record_context.git
Click here to lend your support to: active_record_context and make a donation at www.pledgie.com !
technoweenie (author)
Sat Nov 25 22:50:21 -0800 2006
active_record_context / test / schema.rb
100644 5 lines (5 sloc) 0.125 kb
1
2
3
4
5
ActiveRecord::Schema.define(:version => 0) do
  create_table :foo, :force => true do |t|
    t.column :bar, :string
  end
end