4 lines
68 B
Ruby
4 lines
68 B
Ruby
|
|
class SiteChangeFile < Sequel::Model
|
||
|
|
many_to_one :site_change
|
||
|
|
end
|