Updating emailer
This commit is contained in:
@@ -36,7 +36,7 @@ Dooraccess::Application.routes.draw do
|
||||
match 'users/merge' => 'users#merge_action', :via => :post # Merge action
|
||||
match 'users/inactive' => 'users#inactive' # Inactive users report
|
||||
resources :users do
|
||||
get 'email' => 'users#compose_email'
|
||||
get 'email' => 'users#compose_email', :as => "compose_email"
|
||||
post 'email' => 'users#send_email'
|
||||
end
|
||||
match 'users/create' => 'users#create', :via => :post # Use POST users/create instead of POST users to avoid devise conflict
|
||||
|
||||
Reference in New Issue
Block a user