# File lib/generators/devise/orm_helpers.rb, line 4 def model_contents "# Include default devise modules. Others available are:\n# :token_authenticatable, :encryptable, :confirmable, :lockable, :timeoutable and :omniauthable\ndevise :database_authenticatable, :registerable,\n:recoverable, :rememberable, :trackable, :validatable\n\n" end