# File lib/abstract_controller/url_for.rb, line 18
18: def_routes
19: nil
20: end
action_methods()click to toggle source
# File lib/abstract_controller/url_for.rb, line 22
22: defaction_methods
23: @action_methods||=begin
24: if_routes
25: super-_routes.named_routes.helper_names
26: else
27: super
28: end
29: end
30: end