Class: Sambot::Domain::Common::TemplateProvider
- Inherits:
-
Object
- Object
- Sambot::Domain::Common::TemplateProvider
- Defined in:
- lib/sambot/domain/common/template_provider.rb
Class Method Summary collapse
Class Method Details
.get_path(filename) ⇒ Object
6 7 8 |
# File 'lib/sambot/domain/common/template_provider.rb', line 6 def self.get_path(filename) File.join(File.dirname(__FILE__), '..', '..', 'templates', filename) end |