method
helper_names
v4.0.2 -
Show latest stable
- Class:
ActionDispatch::Routing::RouteSet::NamedRouteCollection
helper_names()public
No documentation available.
# File actionpack/lib/action_dispatch/routing/route_set.rb, line 109
def helper_names
@helpers.map(&:to_s)
end