Class: Sambot::Domain::Common::TemplateProvider

Inherits:
Object
  • Object
show all
Defined in:
lib/sambot/domain/common/template_provider.rb

Instance Method Summary collapse

Instance Method Details

#get_path(filename) ⇒ Object



6
7
8
# File 'lib/sambot/domain/common/template_provider.rb', line 6

def get_path(filename)
  File.join(File.dirname(__FILE__), '..', '..', 'templates', filename)
end