0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 13:08:40 +08:00
discourse/plugins/discourse-adplugin/config/routes.rb

7 lines
250 B
Ruby
Vendored

# frozen_string_literal: true
AdPlugin::Engine.routes.draw do
root to: "house_ads#index"
resources :house_creatives, except: %i[new edit], controller: "house_ads"
resources :house_settings, only: [:update], controller: "house_ad_settings"
end