Renamed UserRoles to UserRole Joins, Needed ID column in user_role_joins table

This commit is contained in:
Jason Denney
2013-04-24 07:56:02 -04:00
parent 91bb2ea43e
commit a083ed715b
5 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
class UserRoleJoin < ActiveRecord::Base
#set_table_name :user_role_joins
set_table_name :user_role_joins
attr_accessible :role_id, :user_id
belongs_to :user