Skip to content

Commit 34074e9

Browse files
committed
Explicitely require paranoia when needed
This is needed with Solidus 3.0 because we dropped paranoia enterely and it's not a core dependency anymore. It was added as runtime dependecy with #183 but the require wasn't here yet.
1 parent 2887997 commit 34074e9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/models/spree/user.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# frozen_string_literal: true
22

3+
require 'paranoia'
4+
35
module Spree
46
class User < Spree::Base
57
include UserMethods

0 commit comments

Comments
 (0)