Skip to content

Commit

Permalink
Require nesta/env in config.ru.
Browse files Browse the repository at this point in the history
  • Loading branch information
gma committed Aug 18, 2011
1 parent 80fea7c commit c8bc615
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.ru
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ require 'bundler/setup'
Bundler.require(:default) Bundler.require(:default)


$LOAD_PATH.unshift(::File.expand_path('lib', ::File.dirname(__FILE__))) $LOAD_PATH.unshift(::File.expand_path('lib', ::File.dirname(__FILE__)))
require 'nesta/env'
require 'nesta/app' require 'nesta/app'


run Nesta::App run Nesta::App

0 comments on commit c8bc615

Please sign in to comment.