Class: ThemesForRails::AssetsController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- ThemesForRails::AssetsController
- Defined in:
- lib/themes_for_rails/assets_controller.rb
Instance Method Summary collapse
Instance Method Details
#images ⇒ Object
15 16 17 |
# File 'lib/themes_for_rails/assets_controller.rb', line 15 def images handle_asset("images") end |
#javascripts ⇒ Object
11 12 13 |
# File 'lib/themes_for_rails/assets_controller.rb', line 11 def javascripts handle_asset("javascripts") end |
#stylesheets ⇒ Object
7 8 9 |
# File 'lib/themes_for_rails/assets_controller.rb', line 7 def stylesheets handle_asset("stylesheets") end |