Class: Wallaby::LookupContextWrapper::BlankTemplate

Inherits:
ActionView::Template::HTML
  • Object
show all
Defined in:
lib/services/wallaby/lookup_context_wrapper.rb

Overview

Blank template to return nil. It should be used by production

Instance Method Summary collapse

Constructor Details

#initializeBlankTemplate

Returns a new instance of BlankTemplate.



24
25
26
# File 'lib/services/wallaby/lookup_context_wrapper.rb', line 24

def initialize
  super nil
end

Instance Method Details

#render(*args) ⇒ Object



28
# File 'lib/services/wallaby/lookup_context_wrapper.rb', line 28

def render(*args); end

#virtual_path(*args) ⇒ Object



30
# File 'lib/services/wallaby/lookup_context_wrapper.rb', line 30

def virtual_path(*args); end