Sha256: 0a09e85612d142ac360612fe2e88407214653b9f180b29b8cef12a54a61ef987

Contents?: true

Size: 342 Bytes

Versions: 3

Compression:

Stored size: 342 Bytes

Contents

require 'dashing'

configure do
  set :auth_token, 'YOUR_AUTH_TOKEN'

  helpers do
    def protected!
      # Put any authentication code you want in here.
      # This method is run before accessing any resource.
    end
  end
end

map Sinatra::Application.assets_prefix do
  run Sinatra::Application.sprockets
end

run Sinatra::Application

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
smashing-1.0.0 templates/project/config.ru
dashing-1.3.7 templates/project/config.ru
dashing-1.3.6 templates/project/config.ru