Class: AnimateIt::EmbedAssetsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- AnimateIt::EmbedAssetsController
- Defined in:
- app/controllers/animate_it/embed_assets_controller.rb
Constant Summary
Constants inherited from ApplicationController
ApplicationController::NullPolicy
Instance Method Summary collapse
Instance Method Details
#javascript ⇒ Object
7 8 9 |
# File 'app/controllers/animate_it/embed_assets_controller.rb', line 7 def javascript serve_asset(EmbedRuntime.javascript, "application/javascript") end |
#stylesheet ⇒ Object
11 12 13 |
# File 'app/controllers/animate_it/embed_assets_controller.rb', line 11 def stylesheet serve_asset(EmbedRuntime.stylesheet, "text/css") end |