Module: ActionView::Helpers::AssetTagHelper::StylesheetAsset

Included in:
StylesheetSources, StylesheetTag
Defined in:
lib/action_view/helpers/asset_tag_helper.rb

Constant Summary collapse

DIRECTORY =
'stylesheets'.freeze
EXTENSION =
'css'.freeze

Instance Method Summary collapse

Instance Method Details

#directoryObject



515
516
517
# File 'lib/action_view/helpers/asset_tag_helper.rb', line 515

def directory
  DIRECTORY
end

#extensionObject



519
520
521
# File 'lib/action_view/helpers/asset_tag_helper.rb', line 519

def extension
  EXTENSION
end

#public_directoryObject



511
512
513
# File 'lib/action_view/helpers/asset_tag_helper.rb', line 511

def public_directory
  STYLESHEETS_DIR
end