Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
fix missing dependency when running require paperclip in irb (#2369)
Browse files Browse the repository at this point in the history
  • Loading branch information
istana authored and sidraval committed Jan 30, 2018
1 parent 92b3307 commit b8f5b01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/paperclip/url_generator.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'uri'
require 'active_support/core_ext/module/delegation'

module Paperclip
class UrlGenerator
Expand Down

0 comments on commit b8f5b01

Please sign in to comment.