diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/general.yml-example | 3 | ||||
-rw-r--r-- | config/routes.rb | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index a80784712..ac96b5e50 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -1,6 +1,9 @@ # general.yml-example: # Example values for the "general" config file. # +# Documentation on configuring Alaveteli is available at +# http://alaveteli.org/docs/customising/ +# # Configuration parameters, in YAML syntax. # # Copy this file to one called "general.yml" in the same directory. Or diff --git a/config/routes.rb b/config/routes.rb index fd832a2ad..ff99e884c 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -270,7 +270,7 @@ Alaveteli::Application.routes.draw do #### #### AdminSpamAddresses controller - scope '/admin' do + scope '/admin', :as => 'admin' do resources :spam_addresses, :controller => 'admin_spam_addresses', :only => [:index, :create, :destroy] |