5 lines
88 B
Ruby
5 lines
88 B
Ruby
# Groups related to this agenda
|
|
class Lug < ActiveRecord::Base
|
|
belongs_to :region
|
|
end
|