lib/ruby-app/environment.rb in ruby-app-0.1.7 vs lib/ruby-app/environment.rb in ruby-app-0.1.8

- old
+ new

@@ -3,9 +3,12 @@ local_root = File.dirname(__FILE__) # app from gem require File.join(local_root, 'boot') +# error mailer +require File.join(local_root, 'error_mailer') + # config from gem require File.join(local_root, 'common_config') # local logger from gem require File.join(local_root, 'local_logger')