agenda-libre-ruby/app/models/lug.rb

5 lines
88 B
Ruby

# Groups related to this agenda
class Lug < ActiveRecord::Base
belongs_to :region
end