Sha256: e8065b6e122753918bca6b841026a0e020172dc4622ebce1d57d5088d9784a2e
Contents?: true
Size: 481 Bytes
Versions: 6
Compression:
Stored size: 481 Bytes
Contents
module ActionDispatch module Routing class Mapper protected def devise_pinfirmable(mapping, controllers) resource :pinfirmable, only: [:create], path: mapping.path_names[:pinfirmable], controller: controllers[:pinfirmable] do post :resend_email end get :confirmemail, to: :new, controller: controllers[:pinfirmable], action: :new end end end end
Version data entries
6 entries across 6 versions & 1 rubygems