Skip to content

Commit

Permalink
Fix incorrectly named instance variable.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7372 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
NZKoz committed Aug 29, 2007
1 parent 45ea329 commit 35ade47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_controller/routing.rb
Expand Up @@ -1234,7 +1234,7 @@ def reload
def load_routes!
if defined?(RAILS_ROOT) && defined?(::ActionController::Routing::Routes) && self == ::ActionController::Routing::Routes
load File.join("#{RAILS_ROOT}/config/routes.rb")
@routes_rb_last_modified=File.stat("#{RAILS_ROOT}/config/routes.rb").mtime
@routes_last_modified=File.stat("#{RAILS_ROOT}/config/routes.rb").mtime
else
add_route ":controller/:action/:id"
end
Expand Down

0 comments on commit 35ade47

Please sign in to comment.