For instance, I want to find the constructor of ActionController::RoutingError at http://api.rubyonrails.org/. I typed ActionController::RoutingError or RoutingError in the search box, nothing got returned.
For instance, I want to find the constructor of ActionController::RoutingError at http://api.rubyonrails.org/ . I
Share
This is a bad example. See the source:
There’s no documentation for the class.
Also try http://apidock.com/rails — this resource can be more helpful in general.