test/apps/rails4/config/environment.rb in groonga-client-model-0.9.9 vs test/apps/rails4/config/environment.rb in groonga-client-model-1.0.0

- old
+ new

@@ -1,5 +1,5 @@ # Load the Rails application. -require_relative 'application' +require File.expand_path('../application', __FILE__) # Initialize the Rails application. Rails.application.initialize!