11 lines
98 B
Ruby
11 lines
98 B
Ruby
class FileTemplate < ActiveRecord::Base
|
|
|
|
belongs_to :file_type
|
|
|
|
|
|
def to_s
|
|
name
|
|
end
|
|
|
|
end
|