Class: AssetTagHelper::Configuration
- Inherits:
-
Object
- Object
- AssetTagHelper::Configuration
- Defined in:
- app/helpers/asset_tag_helper.rb
Instance Attribute Summary collapse
-
#cloud_front_url ⇒ Object
Returns the value of attribute cloud_front_url.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
17 18 19 |
# File 'app/helpers/asset_tag_helper.rb', line 17 def initialize @cloud_front_url = '/' end |
Instance Attribute Details
#cloud_front_url ⇒ Object
Returns the value of attribute cloud_front_url.
15 16 17 |
# File 'app/helpers/asset_tag_helper.rb', line 15 def cloud_front_url @cloud_front_url end |