5 lines
81 B
Ruby
5 lines
81 B
Ruby
|
class Permission < ActiveRecord::Base
|
||
|
belongs_to :right
|
||
|
belongs_to :role
|
||
|
end
|