Skip to content

Commit

Permalink
Merge pull request #4216 from peterberkenbosch/use-default-spree-even…
Browse files Browse the repository at this point in the history
…t-adapter-on-install

Use default spree event adapter
  • Loading branch information
waiting-for-dev authored Dec 2, 2021
2 parents e363fe3 + d50fc68 commit 27c27d0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require "spree/event/adapters/default"

# Configure Solidus Preferences
# See http://docs.solidus.io/Spree/AppConfiguration.html for details

Expand Down Expand Up @@ -31,6 +33,8 @@ Spree.config do |config|
# to a custom users role:
# config.roles.assign_permissions :role_name, ['Spree::PermissionSets::CustomPermissionSet']

# Default event adapter:
config.events.adapter = Spree::Event::Adapters::Default.new

# Frontend:

Expand Down

0 comments on commit 27c27d0

Please sign in to comment.