rosa-build/app/models/role.rb

5 lines
107 B
Ruby
Raw Normal View History

class Role < ActiveRecord::Base
has_many :permissions
has_many :relations, :through => :role_lines
end