Sha256: 9e8fb70b249d1a0dbc2a76fe84ba72e3eba5ef7f81e2461544b04a8088fd5bb1
Contents?: true
Size: 218 Bytes
Versions: 12
Compression:
Stored size: 218 Bytes
Contents
require 'sinatra' require 'omniauth' class MyApplication < Sinatra::Base use Rack::Session::Cookie, secret: 'hashie integration tests' use OmniAuth::Strategies::Developer get '/' do 'Hello World' end end
Version data entries
12 entries across 11 versions & 3 rubygems