Class: Stoor::GithubAuth::Views::Layout
- Inherits:
-
Precious::Views::Layout
- Object
- Precious::Views::Layout
- Stoor::GithubAuth::Views::Layout
- Defined in:
- lib/stoor/views/layout.rb
Class Method Summary collapse
Class Method Details
.template_file ⇒ Object
4 5 6 7 |
# File 'lib/stoor/views/layout.rb', line 4 def self.template_file # Steal Gollum's layout so we get the CSS, JavaScript, etc. @template_file ||= File.join(File.dirname(Precious::App.new!.method(:wiki_page).source_location[0]), 'templates', 'layout.mustache') end |