Method: Pageflow::FileType#model
- Defined in:
- lib/pageflow/file_type.rb
#model ⇒ ActiveRecord::Model (readonly)
ActiveRecord model that represents the files of this type.
10 11 12 |
# File 'lib/pageflow/file_type.rb', line 10 def model @model end |