This method is deprecated or moved on the latest stable version. The last existing version (v4.1.8) is shown here.
normalize_recall!()
Set ‘index’ as default action for recall
# File actionpack/lib/action_dispatch/routing/route_set.rb, line 538 def normalize_recall! @recall[:action] ||= 'index' end