diff --git a/app/uploaders/attachment_uploader.rb b/app/uploaders/attachment_uploader.rb index b025f55..c7d10a4 100644 --- a/app/uploaders/attachment_uploader.rb +++ b/app/uploaders/attachment_uploader.rb @@ -59,8 +59,6 @@ end version :resized, :if=>:image? do process :resize_to_fit => [1024,1024] end - - # Provide a default URL as a default if there hasn't been a file uploaded: # def default_url # # For Rails 3.1+ asset pipeline compatibility: # # ActionController::Base.helpers.asset_path("fallback/" + [version_name, "default.png"].compact.join('_'))