Class: AssetTagHelper::Configuration

Inherits:
Object
  • Object
show all
Defined in:
app/helpers/asset_tag_helper.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_urlObject

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