6 lines
120 B
Ruby
6 lines
120 B
Ruby
class ConfigurationFile < ActiveRecord::Base
|
|
belongs_to :server
|
|
belongs_to :file_type
|
|
has_many :file_versions
|
|
end
|