All checks were successful
continuous-integration/drone/push Build is passing
8 lines
164 B
Ruby
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
|