Add ability to email announcements to all users (#33928)
This commit is contained in:
@@ -50,6 +50,10 @@ namespace :admin do
|
||||
post :publish
|
||||
post :unpublish
|
||||
end
|
||||
|
||||
resource :preview, only: [:show], module: :announcements
|
||||
resource :test, only: [:create], module: :announcements
|
||||
resource :distribution, only: [:create], module: :announcements
|
||||
end
|
||||
|
||||
with_options to: redirect('/admin/settings/branding') do
|
||||
|
||||
Reference in New Issue
Block a user