diff options
author | 2010-05-25 18:54:28 +0200 | |
---|---|---|
committer | 2010-05-28 19:56:01 +0200 | |
commit | 54c11534f4b6f8eaa86f8bfb49c8c06bdae877cf (patch) | |
tree | ef7e61400a3ad602b9fa29ef8806a54695897550 /app/controllers | |
parent | Replaced data processing in ruby with SQL (diff) | |
download | recruiting-webapp-54c11534f4b6f8eaa86f8bfb49c8c06bdae877cf.tar.gz recruiting-webapp-54c11534f4b6f8eaa86f8bfb49c8c06bdae877cf.tar.bz2 recruiting-webapp-54c11534f4b6f8eaa86f8bfb49c8c06bdae877cf.zip |
Removed answers index
It had only broke counter and was useless.
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/answers_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/answers_controller.rb b/app/controllers/answers_controller.rb index 0d4a944..5a98c9c 100644 --- a/app/controllers/answers_controller.rb +++ b/app/controllers/answers_controller.rb @@ -2,7 +2,7 @@ class AnswersController < ApplicationController hobo_model_controller - auto_actions :all + auto_actions :all, :except => :index index_action :my_recruits, :my_recruits_cat end |