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

Commit b8f5b01

Browse files
istanasidraval
authored andcommitted
fix missing dependency when running require paperclip in irb (#2369)
1 parent 92b3307 commit b8f5b01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/paperclip/url_generator.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require 'uri'
2+
require 'active_support/core_ext/module/delegation'
23

34
module Paperclip
45
class UrlGenerator

0 commit comments

Comments
 (0)