FIX: linking to house ads URLs shows not found error page
This commit is contained in:
@@ -54,7 +54,7 @@ after_initialize do
|
||||
|
||||
AdPlugin::Engine.routes.draw do
|
||||
root to: 'house_ads#index'
|
||||
resources :house_ads, only: [:index, :create, :update, :destroy]
|
||||
resources :house_ads, only: [:index, :show, :create, :update, :destroy]
|
||||
resources :house_ad_settings, only: [:update]
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user