We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 535327a + b928550 commit 9013595Copy full SHA for 9013595
lib/jbuilder/railtie.rb
@@ -22,6 +22,8 @@ module ApiRendering
22
if name == 'ActionController::API'
23
include ActionController::Helpers
24
include ActionController::ImplicitRender
25
+ helper_method :combined_fragment_cache_key
26
+ helper_method :view_cache_dependencies
27
end
28
29
0 commit comments