Method: Bookmaker::Base.template_path

Defined in:
lib/bookmaker/base.rb

.template_pathObject



73
74
75
# File 'lib/bookmaker/base.rb', line 73

def self.template_path
  BOOKMAKER_ROOT + "/templates/layout.html"
end