Method: Vbuilder::Helper::Utility.get_template_file
- Defined in:
- lib/helper.rb
.get_template_file ⇒ Object
34 35 36 37 38 39 |
# File 'lib/helper.rb', line 34 def self.get_template_file template_file = "../vbuilder/templates/master.erb" template_file = File.(template_file, __FILE__) File.read(template_file) end |