Initial Commit from Base app
[base_ror3_portal.git] / app / models / role.rb
blob0ade3d43ba22e21499bbdea50766e1364202c9b6
1 class Role < ActiveRecord::Base
2   has_and_belongs_to_many :users
3 end