Method: Paperclip::Attachment#as_json
- Defined in:
- lib/polygallery/paperclip_integration.rb
#as_json(options = nil) ⇒ Object
182 183 184 |
# File 'lib/polygallery/paperclip_integration.rb', line 182 def as_json( = nil) to_s(( && [:style]) || default_style) end |