initial commit
[acts_as_subscribeable.git] / test / schema.rb
blobec3d6b25c5e16a1da7d79fca7339637d2c5fe282
1 ActiveRecord::Schema.define(:version => 0) do
2   create_table :articles, :force => true do |t|
3     t.string        :title
4     t.text          :body
5     t.timestamps
6   end
7 end