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(options = nil)
  to_s((options && options[:style]) || default_style)
end