Class: ActiveAssets::ActiveExpansions::Stylesheets

Inherits:
Assets
  • Object
show all
Defined in:
lib/active_assets/active_expansions/stylesheets.rb

Instance Attribute Summary

Attributes inherited from Assets

#expansions

Instance Method Summary collapse

Methods inherited from Assets

#[], #all, #cache!, #expansion_names, #has_expansion?, #initialize, #paths, #register!, #remove

Constructor Details

This class inherits a constructor from ActiveAssets::ActiveExpansions::Assets

Instance Method Details

#asset_typeObject



4
5
6
# File 'lib/active_assets/active_expansions/stylesheets.rb', line 4

def asset_type
  'stylesheet'
end