Class: RhetButler::Web::MemoizedAssetsApp

Inherits:
AssetsApp
  • Object
show all
Defined in:
lib/rhet-butler/web/assets-app.rb

Instance Attribute Summary

Attributes inherited from AssetsApp

#file_manager

Instance Method Summary collapse

Methods inherited from AssetsApp

#call, #initialize

Constructor Details

This class inherits a constructor from RhetButler::Web::AssetsApp

Instance Method Details

#assets_contextObject



51
52
53
# File 'lib/rhet-butler/web/assets-app.rb', line 51

def assets_context
  @assets_contenxt ||= super
end

#template_handlerObject



47
48
49
# File 'lib/rhet-butler/web/assets-app.rb', line 47

def template_handler
  @template_handler ||= super
end