A website template with lots of features, built with ruby on rails.

passwords_controller.rb 135B

12345678910
  1. class Users::PasswordsController < Devise::PasswordsController
  2. # def new
  3. # super
  4. # end
  5. # def create
  6. # super
  7. # end
  8. end