internetee-registry/app/models/right.rb
2014-06-16 17:21:01 +03:00

3 lines
70 B
Ruby

class Right < ActiveRecord::Base
has_and_belongs_to_many :roles
end