Added promotions to redux and added selector for setting promotions if not PRO
• Added: - promotions to redux - selector for setting promotions if not PRO • Updated: - StatusList, SidebarPanelGroup to use promotions from redux
This commit is contained in:
@@ -345,6 +345,7 @@ Rails.application.routes.draw do
|
||||
end
|
||||
|
||||
get '/search', to: 'search#index', as: :search
|
||||
resources :promotions, only: [:index]
|
||||
|
||||
get '/account_by_username/:username', to: 'account_by_username#show', username: username_regex
|
||||
|
||||
|
||||
Reference in New Issue
Block a user