Class: Deas::NullTemplateSource

Inherits:
TemplateSource show all
Defined in:
lib/deas/template_source.rb

Constant Summary

Constants inherited from TemplateSource

TemplateSource::DISALLOWED_ENGINE_EXTS, TemplateSource::DisallowedEngineExtError

Instance Attribute Summary

Attributes inherited from TemplateSource

#engines, #path

Instance Method Summary collapse

Methods inherited from TemplateSource

#engine, #engine_for?, #engine_for_template?, #partial, #render

Constructor Details

#initializeNullTemplateSource

Returns a new instance of NullTemplateSource.



78
79
80
# File 'lib/deas/template_source.rb', line 78

def initialize
  super('')
end