Skip to content

Commit

Permalink
Merge pull request #298 from alepore/spree-base
Browse files Browse the repository at this point in the history
Inherit from Spree::Base
  • Loading branch information
JDutil committed Sep 18, 2015
2 parents b2dbf74 + 5e7967b commit 8f3258f
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 8f3258f

Please sign in to comment.