Class: RhetButler::Web::MemoizedAssetsApp
Instance Attribute Summary
Attributes inherited from AssetsApp
#file_manager
Instance Method Summary
collapse
Methods inherited from AssetsApp
#call, #initialize
Instance Method Details
#assets_context ⇒ Object
51
52
53
|
# File 'lib/rhet-butler/web/assets-app.rb', line 51
def assets_context
@assets_contenxt ||= super
end
|
#template_handler ⇒ Object
47
48
49
|
# File 'lib/rhet-butler/web/assets-app.rb', line 47
def template_handler
@template_handler ||= super
end
|