Files
redmine/plugins/redmine_messenger/config/routes.rb
Roman Vaníček 18a64f6d16
All checks were successful
continuous-integration/drone/push Build is passing
Added Messenger plugin.
2023-02-27 22:36:26 +01:00

8 lines
164 B
Ruby

# frozen_string_literal: true
Rails.application.routes.draw do
resources :projects, only: [] do
resource :messenger_setting, only: %i[show update]
end
end