Flowdock
method

new

Importance_0
Ruby on Rails latest stable (v3.2.13) - 0 notes - Class: ActionController::RoutingError
new(message, failures=[]) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/metal/exceptions.rb, line 10
    def initialize(message, failures=[])
      super(message)
      @failures = failures
    end
Register or log in to add new notes.