diff options
author | Carl Lerche <carllerche@mac.com> | 2010-02-23 17:56:28 -0800 |
---|---|---|
committer | Carl Lerche <carllerche@mac.com> | 2010-02-24 10:52:16 -0800 |
commit | ba57575e03647df78f8f2d4b56f1395c10061366 (patch) | |
tree | 1ddb0f9d5af5ad4fd6a7acc25b21c23735043cf9 /Gemfile | |
parent | 60ca754b97f1254eebd61da08fb2f58f298fec31 (diff) | |
download | rails-ba57575e03647df78f8f2d4b56f1395c10061366.tar.gz rails-ba57575e03647df78f8f2d4b56f1395c10061366.tar.bz2 rails-ba57575e03647df78f8f2d4b56f1395c10061366.zip |
Remove references to ActionDispatch::Routing::Routes in favor of Rails.appication.routes.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ path File.dirname(__FILE__) -source 'http://gemcutter.org' +source 'http://rubygems.org' gem "rails", "3.0.0.beta1" |