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

5 lines
89 B
Ruby
Raw Normal View History

# Groups related to this agenda
2015-02-15 17:10:17 +01:00
class Orga < ActiveRecord::Base
belongs_to :region
end