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.



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

def initialize
  super nil
end

Instance Method Details

#render(*args) ⇒ nil

Parameters:

  • args (Array)

    a list of arguments

Returns:

  • (nil)


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

def render(*args); end

#virtual_path(*args) ⇒ nil

Parameters:

  • args (Array)

    a list of arguments

Returns:

  • (nil)


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

def virtual_path(*args); end