Sha256: 4bf33e4fa1746e7e010f6240c229e016e81e83856050c1f9d6f0ac3924b478b5
Contents?: true
Size: 270 Bytes
Versions: 1
Compression:
Stored size: 270 Bytes
Contents
Rails.application.routes.draw do resources :topics do post :publish, on: :member post :rename, on: :collection post :categorize, on: :collection post :copy, on: :collection post :test_passthrough, on: :collection end root to: 'topics#new' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
invisible_captcha-2.3.0 | spec/dummy/config/routes.rb |