Skip to content

Commit

Permalink
Ensure view_cache_dependencies helper exists
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Sep 23, 2024
1 parent 9aa3dd9 commit fa54436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/jbuilder/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module ApiRendering
if name == 'ActionController::API'
include ActionController::Helpers
include ActionController::ImplicitRender
helper_method :view_cache_dependencies
end
end
end
Expand Down

0 comments on commit fa54436

Please sign in to comment.