Sha256: 74088e4c54b5a49e6084b38f6035c18af51d13cfa881c8588997da01c6f9840e

Contents?: true

Size: 211 Bytes

Versions: 7

Compression:

Stored size: 211 Bytes

Contents

GotFixed::Engine.routes.draw do
  resources :issues, :only => [:index] do
    collection do
      post :github_webhook
    end
    member do
      post :subscribe
    end
  end

  root :to => "issues#index"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
got_fixed-0.1.0 config/routes.rb
got_fixed-0.0.6 config/routes.rb
got_fixed-0.0.5 config/routes.rb
got_fixed-0.0.4 config/routes.rb
got_fixed-0.0.3 config/routes.rb
got_fixed-0.0.2 config/routes.rb
got_fixed-0.0.1 config/routes.rb