mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2024-12-26 09:59:18 +01:00
obvious comment
This commit is contained in:
parent
52fc4d27b8
commit
7993c9c6fd
1 changed files with 1 additions and 1 deletions
2
app.rb
2
app.rb
|
@ -2,7 +2,7 @@
|
|||
|
||||
require 'json'
|
||||
|
||||
Bundler.require( :default, ENV[ 'RACK_ENV' ].to_sym ) # require tout les gems définis dans Gemfile
|
||||
Bundler.require( :default, ENV[ 'RACK_ENV' ].to_sym )
|
||||
|
||||
require_relative './lib/ledger'
|
||||
|
||||
|
|
Loading…
Reference in a new issue