Sha256: 6a4dbe50a8d36f01b08f29590e3e5212e93a18cd49e7752773c0a8aa5844f499

Contents?: true

Size: 251 Bytes

Versions: 4

Compression:

Stored size: 251 Bytes

Contents

require 'sinatra'

# use Rack::Session::Cookie, secret: SecureRandom.hex
# require 'rack-flash'
# use Rack::Flash, sweep: true

$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__)) + "/lib")
require 'sinatra-footnotes'

get "/" do
  @a = 1
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sinatra-footnotes-0.1.5 test_sinatra_app.rb
sinatra-footnotes-0.1.4 test_sinatra_app.rb
sinatra-footnotes-0.1.3 test_sinatra_app.rb
sinatra-footnotes-0.1.2 test_sinatra_app.rb