Sha256: 112cc6b3dde7545684e7cd0204e771254cc14d617fc0db33435c78db4087d89d
Contents?: true
Size: 462 Bytes
Versions: 1
Compression:
Stored size: 462 Bytes
Contents
module ActionDispatch::Routing class Mapper protected def devise_sms_activation(mapping, controllers) resource :sms_activation, :only => [:new, :create], :path => mapping.path_names[:sms_activation], :controller => controllers[:sms_activations] do match :consume, :path => mapping.path_names[:consume], :as => :consume get :insert, :path => mapping.path_names[:insert], :as => :insert end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
devise_sms_activable-0.0.9 | lib/devise_sms_activable/routes.rb |