Class: AddRoleIdToUser

Inherits:
ActiveRecord::Migration
  • Object
show all
Defined in:
lib/generators/activeadmin_therole/install/templates/db/migrate/add_role_id_to_user.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



2
3
4
# File 'lib/generators/activeadmin_therole/install/templates/db/migrate/add_role_id_to_user.rb', line 2

def change
  add_column :users, :role_id, :integer
end