Skip to content

Commit

Permalink
switch those priorities around
Browse files Browse the repository at this point in the history
  • Loading branch information
jwo committed Sep 23, 2014
1 parent 4879801 commit dd29944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Expand Up @@ -5,7 +5,7 @@
put :fork
end
end
get 'riddles/:id/:version' => 'riddles#show', :as => :versioned_riddle, :constraints => { :version=> /\d*/}
get 'riddles/c07a2m' => redirect("/riddles/c07a2")
get 'riddles/:id/:version' => 'riddles#show', :as => :versioned_riddle, :constraints => { :version=> /\d*/}
post 'plays/run' => "plays#run", as: :play
end

0 comments on commit dd29944

Please sign in to comment.