Skip to content

Commit b2c052c

Browse files
Merge pull request #2 from collectiveidea/unisolate
Don't isolate namespace, let the helper work without extra calls to install
2 parents aa8c9d7 + 008c8f5 commit b2c052c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
module CloudflareImageResizing
22
class Engine < ::Rails::Engine
3-
isolate_namespace CloudflareImageResizing
4-
engine_name "cloudflare_image_resizing"
5-
63
config.cloudflare_image_resizing = Configuration.new
7-
8-
config.to_prepare do
9-
::ApplicationController.helper(CloudflareImageResizing::Helper)
10-
end
114
end
125
end

0 commit comments

Comments
 (0)