mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
3 lines
70 B
Ruby
3 lines
70 B
Ruby
class Right < ActiveRecord::Base
|
|
has_and_belongs_to_many :roles
|
|
end
|