Sha256: 0d368812001c0c21d263a3d454999fc1be09c184f74468d05fb290d8322de559

Contents?: true

Size: 154 Bytes

Versions: 10

Compression:

Stored size: 154 Bytes

Contents

Rails.application.routes.draw do
  resources :topics do
    post :publish, on: :member
    post :copy, on: :collection
  end

  root to: 'topics#new'
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
invisible_captcha-2.0.0 spec/dummy/config/routes.rb
invisible_captcha-1.1.0 spec/dummy/config/routes.rb
invisible_captcha-1.0.1 spec/dummy/config/routes.rb
invisible_captcha-1.0.0 spec/dummy/config/routes.rb
invisible_captcha-0.13.0 spec/dummy/config/routes.rb
invisible_captcha-0.12.2 spec/dummy/config/routes.rb
invisible_captcha-0.12.1 spec/dummy/config/routes.rb
invisible_captcha-0.12.0 spec/dummy/config/routes.rb
invisible_captcha-0.11.0 spec/dummy/config/routes.rb
invisible_captcha-0.10.0 spec/dummy/config/routes.rb