Skip to content

Commit

Permalink
Inherit from Spree::Base
Browse files Browse the repository at this point in the history
  • Loading branch information
alepore committed Sep 18, 2015
1 parent b2dbf74 commit 5e7967b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/spree/user.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Spree
class User < ActiveRecord::Base
class User < Spree::Base
include UserAddress
include UserPaymentSource

Expand Down

0 comments on commit 5e7967b

Please sign in to comment.