Skip to content

Commit

Permalink
Merge branch 'stgeneral-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ErwinM committed Jun 28, 2015
2 parents a6794fc + 546d329 commit 1d79e94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -91,9 +91,10 @@ Scoping your models
-------------------

```ruby
class Addaccounttousers < ActiveRecord::Migration
class AddAccountToUsers < ActiveRecord::Migration
def up
add_column :users, :account_id, :integer
add_index :users, :account_id
end
end

Expand Down

0 comments on commit 1d79e94

Please sign in to comment.