ministryofjustice/atet

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

Summary

Maintainability
A
0 mins
Test Coverage
module SaveAndReturn
  class PasswordsController < ::Devise::PasswordsController

    protected

    def translation_scope
      "save_and_return.#{controller_name}"
    end
  end
end