Method: Pageflow::FileType#model

Defined in:
lib/pageflow/file_type.rb

#modelActiveRecord::Model (readonly)

ActiveRecord model that represents the files of this type.

Returns:

  • (ActiveRecord::Model)


10
11
12
# File 'lib/pageflow/file_type.rb', line 10

def model
  @model
end