Class: Pageflow::ThumbnailFileResolver::Null
- Inherits:
-
Object
- Object
- Pageflow::ThumbnailFileResolver::Null
- Defined in:
- app/models/pageflow/thumbnail_file_resolver.rb
Instance Method Summary collapse
Instance Method Details
#blank? ⇒ Boolean
8 9 10 |
# File 'app/models/pageflow/thumbnail_file_resolver.rb', line 8 def blank? true end |
#thumbnail_url(*args) ⇒ Object
4 5 6 |
# File 'app/models/pageflow/thumbnail_file_resolver.rb', line 4 def thumbnail_url(*args) ImageFile.new..url(*args) end |