class WidgetsController < ActionController::Base impressionist :actions=>[:show,:index] def show end def index end def new end end