Sha256: 04eb53ea14df785545abc887aca1d82e4222eec84b3e23d5a5b0f36ecc16af90
Contents?: true
Size: 511 Bytes
Versions: 9
Compression:
Stored size: 511 Bytes
Contents
module ActionDispatch::Routing class Mapper protected # def devise_phone_verification(mapping, controllers) # resource :phone_verification, :only => [:new, :create], :path => mapping.path_names[:phone_verification], :controller => controllers[:phone_verifications] do # post :verify_code, :path => mapping.path_names[:verify_code], :as => :verify_code # post :send_code, :path => mapping.path_names[:send_code], :as => :send_code # end # end end end
Version data entries
9 entries across 9 versions & 1 rubygems