Sha256: e64bf3d2fbdc99b7c18ec8e44245fcc9cf8b187626ef0a3259b7523cb987facf
Contents?: true
Size: 204 Bytes
Versions: 1
Compression:
Stored size: 204 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../external/app/app') module ReloadableApp class Main < Tennpipes::Application set :reload, true get :index do "hey" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tennpipes-base-3.6.6 | test/fixtures/reloadable_apps/main/app.rb |