Skip to content

Commit

Permalink
Merge pull request #207 from nebulab/kennyadsl/3-0-support
Browse files Browse the repository at this point in the history
Explicitely require paranoia when needed
  • Loading branch information
kennyadsl authored Jan 29, 2021
2 parents 2887997 + 34074e9 commit f8123d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/spree/user.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require 'paranoia'

module Spree
class User < Spree::Base
include UserMethods
Expand Down

0 comments on commit f8123d2

Please sign in to comment.