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.
1 parent 9aa3dd9 commit b928550Copy full SHA for b928550
lib/jbuilder/railtie.rb
@@ -20,6 +20,8 @@ module ApiRendering
20
if name == 'ActionController::API'
21
include ActionController::Helpers
22
include ActionController::ImplicitRender
23
+ helper_method :combined_fragment_cache_key
24
+ helper_method :view_cache_dependencies
25
end
26
27
0 commit comments