changed super class to AppCont (how did AC::Base get in there? ;-)
This commit is contained in:
parent
d4e45baabb
commit
70b05883ae
|
@ -1,4 +1,4 @@
|
|||
class WidgetsController < ActionController::Base
|
||||
class WidgetsController < ApplicationController
|
||||
impressionist :actions=>[:show,:index]
|
||||
def show
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue