Skip to content

Commit

Permalink
Update db/migrate/20120911181907_add_admin_to_admin_users.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
wmoore committed Dec 19, 2012
1 parent 5d8b647 commit dab1955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20120911181907_add_admin_to_admin_users.rb
@@ -1,5 +1,5 @@
class AddAdminToAdminUsers < ActiveRecord::Migration
def change
add_column :admin_users, :admin, :boolean, :defaut => false
add_column :admin_users, :admin, :boolean, :default => false
end
end

0 comments on commit dab1955

Please sign in to comment.