changed super class to AppCont (how did AC::Base get in there? ;-)

This commit is contained in:
cowboycoded 2011-02-04 10:10:49 -05:00
parent d4e45baabb
commit 70b05883ae
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
class WidgetsController < ActionController::Base class WidgetsController < ApplicationController
impressionist :actions=>[:show,:index] impressionist :actions=>[:show,:index]
def show def show
end end