class PasswordsController

def new

GET /resource/password/new
def new
  build_resource
  render_with_scope :new
end