Sha256: eb176f6210eaa5d53c204cd79ef5cfde538da4bc9c5aa780de5a2d9558ebeb98
Contents?: true
Size: 373 Bytes
Versions: 23
Compression:
Stored size: 373 Bytes
Contents
module ActionDispatch::Routing class Mapper protected def devise_invitation(mapping, controllers) resource :invitation, :only => [:new, :create, :update], :path => mapping.path_names[:invitation], :controller => controllers[:invitations] do get :edit, :path => mapping.path_names[:accept], :as => :accept end end end end
Version data entries
23 entries across 23 versions & 3 rubygems