Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

Commit f231fce

Browse files
JDutilJeff Dutil
authored andcommitted
Merge pull request #298 from alepore/spree-base
Inherit from Spree::Base
1 parent 7b24ad1 commit f231fce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/models/spree/user.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Spree
2-
class User < ActiveRecord::Base
2+
class User < Spree::Base
33
include UserAddress
44
include UserPaymentSource
55

0 commit comments

Comments
 (0)