Sha256: 55e94fffc4e981fb914c8e298682371bfbd643bf719877f07b3d281c4090c400
Contents?: true
Size: 348 Bytes
Versions: 12
Compression:
Stored size: 348 Bytes
Contents
class Stoor::GithubAuth module Views class Layout < Precious::Views::Layout 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 end end end
Version data entries
12 entries across 12 versions & 1 rubygems