Switching from travis to github actions for testing

This commit is contained in:
Alexander Meindl
2020-12-01 07:49:38 +01:00
parent d3cdce03d0
commit 9823c578a5
17 changed files with 240 additions and 103 deletions

View File

@@ -1,8 +1,5 @@
# Plugin's routes
# See: http://guides.rubyonrails.org/routing.html
# Don't create routes for repositories resources with only: []
# do not override Redmine's routes.
resources :projects, only: [] do
resource :messenger_setting, only: %i[show update]
Rails.application.routes.draw do
resources :projects, only: [] do
resource :messenger_setting, only: %i[show update]
end
end