Skip to content

Commit

Permalink
Fix routing definition syntax to be compatible with Rails 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rosenfeld committed Jul 15, 2011
1 parent f5d097a commit eba0580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
@@ -1,4 +1,4 @@
Rails::Application.routes.draw do
Rails.application.routes.draw do
get 'console' => 'console#index'
post 'console/run' => 'console#run'
end

0 comments on commit eba0580

Please sign in to comment.