engineyard / engineyard/rails_metrics

routes.rb causing deprecation warning in Rails 3.0.0.rc

Open
#2 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Ruby
Stars
250
Forks
10
PR merge metrics
No merged PRs in 30d

Description

Quick change would fix this:

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

Becomes:

```
Rails.application.routes.draw do
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.