aspushkinus/take_dat_shit

View on GitHub
app/controllers/users/passwords_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Users::PasswordsController < Devise::PasswordsController
  include ApplicationHelper

  def new
    super
  end
end