openSUSE / redmine-ichain

ichain plugin for redmine
MIT License
0 stars 3 forks source link

Plugin blocks redmine upgrades #1

Open darix opened 7 years ago

darix commented 7 years ago
An error occurred while loading the routes definition of redmine_ichain plugin (/path/to/redmine/plugins/redmine_ichain/config/routes.rb): You should not use the `match` method in your router without specifying an HTTP method.
If you want to expose your action to both GET and POST, add `via: [:get, :post]` option.
If you want to expose your action to GET, use `get` in the router:
  Instead of: match "controller#action"
  Do: get "controller#action".
ancorgs commented 7 years ago

This should be fixed (disclaimer: not tested) in version 0.0.6