Class: Palapala::BaseAsset

Inherits:
Object
  • Object
show all
Defined in:
lib/palapala/asset_helper.rb

Direct Known Subclasses

PropshaftAsset, SprocketsAsset

Instance Method Summary collapse

Constructor Details

#initialize(asset) ⇒ BaseAsset

Returns a new instance of BaseAsset.



4
5
6
# File 'lib/palapala/asset_helper.rb', line 4

def initialize(asset)
  @asset = asset
end