Signed-off-by: Hebert Douglas <hebertdougl@gmail.com>
Signed-off-by: Filipe Ribeiro <firibeiro77@live.com>
Signed-off-by: André Bernardes <andrebsguedes@gmail.com>
class AddReferenceToRole < ActiveRecord::Migration
def self.up
add_column :roles, :profile_id, :integer
end
def self.down
remove_column :roles , :profile_id
end
end