ClevelandOnRails / rubyonrailsbook

Learn Ruby on Rails. Use coupon code GITHUB2013 on LeanPub for a discount!
https://leanpub.com/Ruby-on-Rails-The-little-Gem-that-Could
Other
9 stars 2 forks source link

fix moar code formatting #20

Closed jrgifford closed 11 years ago

jrgifford commented 11 years ago

in chapter 2 line 45, fix this. Screenshot from 2013-04-01 12:27:01

{:lang=ruby} class CreateComments < ActiveRecord::Migration def change create_table :comments do |t| t.string :commenter t.text :body t.references :article, index: true

  t.timestamps
end

end end