Class: Stoor::GithubAuth::Views::Layout

Inherits:
Precious::Views::Layout
  • Object
show all
Defined in:
lib/stoor/views/layout.rb

Direct Known Subclasses

Logout, Sorry

Class Method Summary collapse

Class Method Details

.template_fileObject



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