Skip to content

Commit fa54436

Browse files
committed
Ensure view_cache_dependencies helper exists
1 parent 9aa3dd9 commit fa54436

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/jbuilder/railtie.rb

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ module ApiRendering
2020
if name == 'ActionController::API'
2121
include ActionController::Helpers
2222
include ActionController::ImplicitRender
23+
helper_method :view_cache_dependencies
2324
end
2425
end
2526
end

0 commit comments

Comments
 (0)