Sha256: 660c00a11eb4f40297922d0a5585e4d34ea5f1d0731e73461397789262748c4a
Contents?: true
Size: 177 Bytes
Versions: 3
Compression:
Stored size: 177 Bytes
Contents
class TemplateApp < Sinatra::Base register Sinatra::Twitter::Bootstrap::Assets set :views, File.join(settings.views, "template_app") get "/" do erb :index end end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
deano-1.0.0 | template_app/apps/template_app.rb |
sinatra-template-1.3.0 | template_app/apps/template_app.rb |
sinatra-template-1.2.0 | template_app/apps/template_app.rb |