Skip to content

Commit

Permalink
Require 'active_support/core_ext/string/indent' in install_generator.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
nnande committed Apr 25, 2017
1 parent 82a8acb commit c1b9136
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/lib/generators/spree/install/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
require 'highline/import'
require 'bundler'
require 'bundler/cli'
require 'active_support/core_ext/string/indent'

module Spree
class InstallGenerator < Rails::Generators::Base
Expand Down

0 comments on commit c1b9136

Please sign in to comment.