Skip to content

Commit bc6a2ce

Browse files
committed
prevent people from signing up because were done here folks
1 parent fa2bd0a commit bc6a2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/user.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ class User < ActiveRecord::Base
22
# Include default devise modules. Others available are:
33
# :token_authenticatable, :confirmable,
44
# :lockable, :timeoutable and :omniauthable
5-
devise :database_authenticatable, :registerable,
5+
devise :database_authenticatable,
66
:recoverable, :rememberable, :trackable, :validatable
77

88
# Setup accessible (or protected) attributes for your model

0 commit comments

Comments
 (0)