4 lines
79 B
Ruby
4 lines
79 B
Ruby
class Lug < ActiveRecord::Base
|
|
belongs_to :region, foreign_key: 'region'
|
|
end
|