Skip to content

Commit

Permalink
warnings schmarnings
Browse files Browse the repository at this point in the history
  • Loading branch information
James Darling committed Jun 19, 2012
1 parent fd697fe commit 3394b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'json'
require 'erb'
set :views, File.dirname(__FILE__) + '/templates'
set :public_folder, File.dirname(__FILE__) + '/static'
set :public, File.dirname(__FILE__) + '/static'

STOPS = JSON.parse(File.read("./bus_stops.json"))["markers"]

Expand Down

0 comments on commit 3394b6e

Please sign in to comment.