2011-02-04 15:10:49 +00:00
|
|
|
class WidgetsController < ApplicationController
|
2011-11-07 19:41:51 +00:00
|
|
|
impressionist :actions=>[:show,:index], :unique => [:action_name, :impressionable_id]
|
2011-02-04 04:13:41 +00:00
|
|
|
def show
|
|
|
|
end
|
|
|
|
|
|
|
|
def index
|
|
|
|
end
|
|
|
|
|
|
|
|
def new
|
|
|
|
end
|
2011-11-07 19:41:51 +00:00
|
|
|
|
2011-02-04 04:13:41 +00:00
|
|
|
end
|