Class: ProductTours::WidgetsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- ProductTours::WidgetsController
- Defined in:
- app/controllers/product_tours/widgets_controller.rb
Instance Method Summary collapse
Instance Method Details
#dashboard ⇒ Object
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_stylesheet ⇒ Object
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 |
#show ⇒ Object
7 8 9 |
# File 'app/controllers/product_tours/widgets_controller.rb', line 7 def show serve(Widget.javascript, Widget.fingerprint) end |