From d355e230b1c8083d1b8b42227faf1a62097541d4 Mon Sep 17 00:00:00 2001 From: Michael Sofaer & Raphael Sofaer Date: Mon, 27 Jun 2011 19:51:20 -0700 Subject: [PATCH] all aspects helper --- app/controllers/vanna_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/vanna_controller.rb b/app/controllers/vanna_controller.rb index 35cb134e0..c5ad61430 100644 --- a/app/controllers/vanna_controller.rb +++ b/app/controllers/vanna_controller.rb @@ -7,6 +7,7 @@ class VannaController < Vanna::Base include AspectGlobalHelper helper :layout helper_method :current_user + helper_method :all_aspects helper_method :flash config.stylesheets_dir = "public/stylesheets" layout "application"