Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

routes.rb causing deprecation warning in Rails 3.0.0.rc #2

Open
matth opened this issue Aug 13, 2010 · 1 comment
Open

routes.rb causing deprecation warning in Rails 3.0.0.rc #2

matth opened this issue Aug 13, 2010 · 1 comment

Comments

@matth
Copy link

matth commented Aug 13, 2010

Quick change would fix this:

Rails::Application.routes.draw do |map|

Becomes:

Rails.application.routes.draw do 
@kunklejr
Copy link
Contributor

This was resolved with commit c2b7a8d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants