Class: Wallaby::LookupContextWrapper::BlankTemplate
- Inherits:
-
ActionView::Template::HTML
- Object
- ActionView::Template::HTML
- Wallaby::LookupContextWrapper::BlankTemplate
- Defined in:
- lib/services/wallaby/lookup_context_wrapper.rb
Instance Method Summary collapse
-
#initialize ⇒ BlankTemplate
constructor
A new instance of BlankTemplate.
- #render(*args) ⇒ Object
Constructor Details
#initialize ⇒ BlankTemplate
Returns a new instance of BlankTemplate.
33 34 35 |
# File 'lib/services/wallaby/lookup_context_wrapper.rb', line 33 def initialize super nil end |
Instance Method Details
#render(*args) ⇒ Object
37 38 |
# File 'lib/services/wallaby/lookup_context_wrapper.rb', line 37 def render(*args) end |