Module: ActionView::Helpers::AssetTagHelper::JavaScriptAsset
- Included in:
- JavaScriptSources, JavaScriptTag
- Defined in:
- lib/action_view/helpers/asset_tag_helper.rb
Constant Summary collapse
- DIRECTORY =
'javascripts'.freeze
- EXTENSION =
'js'.freeze
Instance Method Summary collapse
Instance Method Details
#directory ⇒ Object
498 499 500 |
# File 'lib/action_view/helpers/asset_tag_helper.rb', line 498 def directory DIRECTORY end |
#extension ⇒ Object
502 503 504 |
# File 'lib/action_view/helpers/asset_tag_helper.rb', line 502 def extension EXTENSION end |
#public_directory ⇒ Object
494 495 496 |
# File 'lib/action_view/helpers/asset_tag_helper.rb', line 494 def public_directory JAVASCRIPTS_DIR end |