Method: Pageflow::BuiltInFileType.other

Defined in:
lib/pageflow/built_in_file_type.rb

.otherObject



45
46
47
48
49
50
# File 'lib/pageflow/built_in_file_type.rb', line 45

def self.other
  FileType.new(model: 'Pageflow::OtherFile',
               collection_name: 'other_files',
               url_templates: OtherFileUrlTemplates.new,
               top_level_type: true)
end