major updates to security and hacking logick

This commit is contained in:
2013-01-13 12:21:30 +01:00
parent b02951aaec
commit f08d19a50b
19 changed files with 379 additions and 296 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ class User
include Devise::Orm::SimplyStored
property :active_list_id
devise :database_authenticatable, :recoverable, :rememberable, :trackable, :registerable, :token_authenticatable
devise :database_authenticatable, :recoverable, :rememberable, :trackable, :token_authenticatable # , :registerable
has_and_belongs_to_many :lists, storing_keys: false
has_many :orders