femslash-city/models/site_change_file.rb

4 lines
68 B
Ruby
Raw Normal View History

class SiteChangeFile < Sequel::Model
many_to_one :site_change
end