mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Update rolify and cancancan
This commit is contained in:
parent
9fbd2e9618
commit
40a48e1e7e
6 changed files with 359 additions and 352 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class RenameRolesUsersToUsersRoles < ActiveRecord::Migration
|
||||
def change
|
||||
rename_table :roles_users, :users_roles
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue