Class: ThemesForRails::AssetsController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
lib/themes_for_rails/assets_controller.rb

Instance Method Summary collapse

Instance Method Details

#imagesObject



15
16
17
# File 'lib/themes_for_rails/assets_controller.rb', line 15

def images
  handle_asset("images")
end

#javascriptsObject



11
12
13
# File 'lib/themes_for_rails/assets_controller.rb', line 11

def javascripts
  handle_asset("javascripts")
end

#stylesheetsObject



7
8
9
# File 'lib/themes_for_rails/assets_controller.rb', line 7

def stylesheets
  handle_asset("stylesheets")
end