Created
August 29, 2013 19:21
-
-
Save knowuh/6382309 to your computer and use it in GitHub Desktop.
Rails Error message (invalid run)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Started GET "/activities/11/pages/72" for 63.138.152.194 at 2013-08-29 19:13:27 +0000 | |
Processing by InteractivePagesController#show as HTML | |
Parameters: {"activity_id"=>"11", "id"=>"72"} | |
Completed 404 Not Found in 26ms | |
ActionController::RoutingError (No route matches {:controller=>"interactive_pages", :action=>"show", :activity_id=>11, :id=>72, :response_key=>"5cb082fb3254c1ab"}): | |
app/controllers/interactive_pages_controller.rb:16:in `show' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment