Finishing touches on abilities and registration form
This commit is contained in:
5
db/migrate/20130125185724_add_hidden_to_users.rb
Normal file
5
db/migrate/20130125185724_add_hidden_to_users.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddHiddenToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :hidden, :boolean
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user