app/models/user.rb in artfully_ose-1.2.0.pre.19 vs app/models/user.rb in artfully_ose-1.2.0.pre.20

- old
+ new

@@ -1,10 +1,11 @@ class User < ActiveRecord::Base include Ext::DeviseConfiguration include Ext::Integrations::User - devise :token_authenticatable + devise :token_authenticatable, + :registerable before_save :ensure_authentication_token has_many :shows has_many :orders has_many :imports