From 70b05883ae7eed55bae90872195c296335c9b088 Mon Sep 17 00:00:00 2001 From: cowboycoded Date: Fri, 4 Feb 2011 10:10:49 -0500 Subject: [PATCH] changed super class to AppCont (how did AC::Base get in there? ;-) --- test_app/app/controllers/widgets_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_app/app/controllers/widgets_controller.rb b/test_app/app/controllers/widgets_controller.rb index 78ec09c..880ba5a 100644 --- a/test_app/app/controllers/widgets_controller.rb +++ b/test_app/app/controllers/widgets_controller.rb @@ -1,4 +1,4 @@ -class WidgetsController < ActionController::Base +class WidgetsController < ApplicationController impressionist :actions=>[:show,:index] def show end