Class: AnimateIt::EmbedAssetsController

Inherits:
ApplicationController show all
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

#javascriptObject



7
8
9
# File 'app/controllers/animate_it/embed_assets_controller.rb', line 7

def javascript
  serve_asset(EmbedRuntime.javascript, "application/javascript")
end

#stylesheetObject



11
12
13
# File 'app/controllers/animate_it/embed_assets_controller.rb', line 11

def stylesheet
  serve_asset(EmbedRuntime.stylesheet, "text/css")
end