Method: ActionDispatch::Routing::RouteSet::NamedRouteCollection#helper_names

Defined in:
actionpack/lib/action_dispatch/routing/route_set.rb

#helper_namesObject



102
103
104
# File 'actionpack/lib/action_dispatch/routing/route_set.rb', line 102

def helper_names
  @path_helpers.map(&:to_s) + @url_helpers.map(&:to_s)
end