Skip to content

Instantly share code, notes, and snippets.

@metaskills
Created November 23, 2009 17:10
Show Gist options
  • Save metaskills/241198 to your computer and use it in GitHub Desktop.
Save metaskills/241198 to your computer and use it in GitHub Desktop.
# ISSUE: http://github.com/thoughtbot/paperclip/issues/#issue/118
has_attached_file :file, :processors => [:noop]
module Paperclip
class Noop < Processor
def make
file
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment