Skip to content

Commit

Permalink
Merge pull request #20 from bonobos/inherit-from-spree-base
Browse files Browse the repository at this point in the history
Inherit from Spree::Base
  • Loading branch information
gmacdougall committed Aug 25, 2015
2 parents 81fff03 + 2a5ab50 commit 0920e72
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 UserMethods

devise :database_authenticatable, :registerable, :recoverable,
Expand Down

0 comments on commit 0920e72

Please sign in to comment.