created template selecting
This commit is contained in:
5
web/app/models/configuration_file.rb
Normal file
5
web/app/models/configuration_file.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class ConfigurationFile < ActiveRecord::Base
|
||||
belongs_to :server
|
||||
belongs_to :file_type
|
||||
has_many :file_versions
|
||||
end
|
||||
Reference in New Issue
Block a user