Class: ProductTours::WidgetsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/product_tours/widgets_controller.rb

Instance Method Summary collapse

Instance Method Details

#dashboardObject



11
12
13
# File 'app/controllers/product_tours/widgets_controller.rb', line 11

def dashboard
  serve(Widget.dashboard_javascript, Widget.dashboard_fingerprint, 'text/javascript')
end

#dashboard_stylesheetObject



15
16
17
# File 'app/controllers/product_tours/widgets_controller.rb', line 15

def dashboard_stylesheet
  serve(Widget.dashboard_stylesheet, Widget.dashboard_stylesheet_fingerprint, 'text/css')
end

#showObject



7
8
9
# File 'app/controllers/product_tours/widgets_controller.rb', line 7

def show
  serve(Widget.javascript, Widget.fingerprint)
end