5 lines
91 B
Ruby
5 lines
91 B
Ruby
class AdminAdminRole < ActiveRecord::Base
|
|
belongs_to :admin
|
|
belongs_to :admin_role
|
|
end
|