akismet integration
This commit is contained in:
@@ -117,6 +117,10 @@ Rails.application.routes.draw do
|
||||
end
|
||||
end
|
||||
resources :dmails, :only => [:new, :create, :index, :show, :destroy] do
|
||||
member do
|
||||
post :spam
|
||||
post :ham
|
||||
end
|
||||
collection do
|
||||
post :mark_all_as_read
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user