Skip to content

Commit 57f8d19

Browse files
committed
Merge pull request #14 from amatsuda/use_railtie
Use defined Railtie rather than directly load the monkey-patch
2 parents 782bf07 + 43dfcf0 commit 57f8d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/actionpack/action_caching.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
require 'action_controller/action_caching'
1+
require 'actionpack/action_caching/railtie'

0 commit comments

Comments
 (0)