Sha256: c8dbb5bc16ad414920bce9fc208c0856e99f5b948e3dfccea68744c4800c16c4
Contents?: true
Size: 287 Bytes
Versions: 1
Compression:
Stored size: 287 Bytes
Contents
module ActionDispatch::Routing class Mapper protected def devise_certification(mapping, controllers) resource :certification, :only => [:edit, :update], :path => mapping.path_names[:certification], :controller => controllers[:certifications] end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
devise_certifiable-0.1.0 | lib/devise_certifiable/routes.rb |