Skip to content

Instantly share code, notes, and snippets.

@knowuh
Created August 29, 2013 19:21
Show Gist options
  • Save knowuh/6382309 to your computer and use it in GitHub Desktop.
Save knowuh/6382309 to your computer and use it in GitHub Desktop.
Rails Error message (invalid run)
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