Module: DynamicAssets::Controller
- Included in:
- AssetsController
- Defined in:
- lib/dynamic_assets/controller.rb
Instance Method Summary collapse
Instance Method Details
#show_javascript ⇒ Object
13 14 15 |
# File 'lib/dynamic_assets/controller.rb', line 13 def show_javascript render_asset :javascripts, params[:name], "text/javascript" end |
#show_stylesheet ⇒ Object
Actions
9 10 11 |
# File 'lib/dynamic_assets/controller.rb', line 9 def show_stylesheet render_asset :stylesheets, params[:name], "text/css" end |