Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サインアップを一時的に無効にして、数人のユーザーがサインアップしてアプリをテストできるようにする方法はありますか?
ユーザーモデルには、次のようなものがあります。
class User < ActiveRecord::Base devise :database_authenticatable, :registerable, :recoverable, :rememberable, :trackable, :validatable
リストから:registerableを削除するだけです