pushtype/push_type

View on GitHub
auth/app/controllers/push_type/passwords_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
module PushType
  class PasswordsController < Devise::PasswordsController
    layout 'push_type/auth'
  end
end