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

4 lines
79 B
Ruby
Raw Normal View History

class Lug < ActiveRecord::Base
belongs_to :region, foreign_key: 'region'
end