Skip to content

Commit

Permalink
Fix typo in file path, should include extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
semaperepelitsa committed Aug 23, 2013
1 parent 5877729 commit d1f33e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ module Rails
# paths["config"] # => ["config"]
# paths["config/initializers"] # => ["config/initializers"]
# paths["config/locales"] # => ["config/locales"]
# paths["config/routes"] # => ["config/routes.rb"]
# paths["config/routes.rb"] # => ["config/routes.rb"]
# end
#
# The <tt>Application</tt> class adds a couple more paths to this set. And as in your
Expand Down

0 comments on commit d1f33e0

Please sign in to comment.