Method: Pageflow::PositionedFile::Null#thumbnail_url
- Defined in:
- app/models/pageflow/positioned_file.rb
#thumbnail_url(*args) ⇒ Object
36 37 38 |
# File 'app/models/pageflow/positioned_file.rb', line 36 def thumbnail_url(*args) ImageFile.new..url(*args) end |