Skip to content

Commit

Permalink
fixing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
lengarvey committed Feb 12, 2013
1 parent 4605a30 commit 271e62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ru
Expand Up @@ -4,7 +4,7 @@ Bundler.setup
require './lib/toto'

# Rack config
use Rack::Static, :urls => ['/css', '/js', '/images', '/favicon.ico'], :root => 'public'
use Rack::Static, :urls => ['/css', '/js', '/images', '/favicon.ico', '/learning_rails'], :root => 'public'
use Rack::CommonLogger

if ENV['RACK_ENV'] == 'development'
Expand Down

0 comments on commit 271e62e

Please sign in to comment.