Skip to content

Commit 7932994

Browse files
committed
fix routes file for Rails 4.1
1 parent b89e9a9 commit 7932994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/routes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
RailsBootstrap::Application.routes.draw do
1+
Rails.application.routes.draw do
22
root :to => "visitors#index"
33
end

0 commit comments

Comments
 (0)