Sha256: ffe0045751e313974f195cdaa5788a6741e05d87f53b4c49fc76b079fbf88cc5

Contents?: true

Size: 277 Bytes

Versions: 3

Compression:

Stored size: 277 Bytes

Contents

module ActionDispatch::Routing
  class Mapper
    protected

      def devise_instant2fa(mapping, controllers)
        resource :two_factor_authentication, :only => [:show, :update], :path => 'verify', :controller => controllers[:instant2fa] do
        end
      end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
devise_instant2fa-1.0.2 lib/devise_instant2fa/routes.rb
devise_instant2fa-1.0.1 lib/devise_instant2fa/routes.rb
devise_instant2fa-1.0.0 lib/devise_instant2fa/routes.rb