about summary refs log tree commit diff stats
path: root/data/maps/the_orb
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_orb')
0 files changed, 0 insertions, 0 deletions
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
class Users::PasswordsController < Devise::PasswordsController
  layout "userdata"
  # GET /resource/password/new
  # def new
  #   super
  # end

  # POST /resource/password
  # def create
  #   super
  # end

  # GET /resource/password/edit?reset_password_token=abcdef
  # def edit
  #   super
  # end

  # PUT /resource/password
  # def update
  #   super
  # end

  # protected

  # def after_resetting_password_path_for(resource)
  #   super(resource)
  # end

  # The path used after sending reset password instructions
  # def after_sending_reset_password_instructions_path_for(resource_name)
  #   super(resource_name)
  # end
end