Skip to content

Commit 8ffb532

Browse files
committed
DummyGenerator: Update application template
We do not have production group in generated dummy apps and the syntax is outdated. This is what the Rails engine generator does as well. So let's stick with the framework
1 parent 2e917ec commit 8ffb532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lib/generators/spree/dummy/templates/rails/application.rb.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ require File.expand_path('../boot', __FILE__)
22

33
require 'rails/all'
44

5-
Bundler.require(*Rails.groups(assets: %w(development test)))
5+
Bundler.require(*Rails.groups)
66

77
require '<%= lib_name %>'
88

0 commit comments

Comments
 (0)