Skip to content

Commit

Permalink
Remove use of search_path_to_camelized_param
Browse files Browse the repository at this point in the history
Since we're no longer auto camelizing, we do not need to use this method
in generated layouts.
  • Loading branch information
jho406 committed Dec 17, 2023
1 parent a77bfdd commit c0f824a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ end

if path
json.action 'graft'
json.path search_path_to_camelized_param(path)
json.path params[:props_at]
end

json.restoreStrategy 'fromCacheAndRevisitInBackground'
Expand Down

0 comments on commit c0f824a

Please sign in to comment.