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