Skip to content

Commit

Permalink
Add repo lib directory to load path for demo site
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Aug 17, 2018
1 parent c4e944b commit 0245720
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo-site/config.ru
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
$:.unshift(::File.expand_path('../../lib', __FILE__))
require ::File.expand_path('../rodauth_demo', __FILE__)
run RodauthDemo::App.app

0 comments on commit 0245720

Please sign in to comment.