Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Don't make user registerable
Browse files Browse the repository at this point in the history
  • Loading branch information
osahyoun committed Jun 9, 2016
1 parent 06595c9 commit 0510137
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/models/user.rb
@@ -1,6 +1,5 @@
class User < ActiveRecord::Base
devise :database_authenticatable, :registerable,
:recoverable, :rememberable, :trackable, :validatable, :omniauthable
devise :database_authenticatable, :recoverable, :rememberable, :trackable, :validatable, :omniauthable

has_paper_trail
end
Expand Down

0 comments on commit 0510137

Please sign in to comment.