Sha256: 004917b032683387156ed1482407fc1b8eb24ab15868103fbb6ff436479a8f8d

Contents?: true

Size: 200 Bytes

Versions: 3

Compression:

Stored size: 200 Bytes

Contents

class Stoor::GithubAuth
  module Views
    class Sorry < Layout
      def self.template_file
        @template_file ||= File.join(File.dirname(__FILE__), 'sorry.mustache')
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
stoor-0.1.12 lib/stoor/views/sorry.rb
stoor-0.1.11 lib/stoor/views/sorry.rb
stoor-0.1.9 lib/stoor/views/sorry.rb