Module: ActionController::UrlFor::ClassMethods

Defined in:
lib/action_controller/metal/url_for.rb

Instance Method Summary collapse

Instance Method Details

#action_methodsObject



21
22
23
24
25
# File 'lib/action_controller/metal/url_for.rb', line 21

def action_methods
  @action_methods ||= begin
    super - _routes.named_routes.helper_names
  end
end