mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
f71002393f
As `require 'sinatra/base'` is the first line of sinatra/main, this looks redundant to me.
3 lines
49 B
Ruby
3 lines
49 B
Ruby
require 'sinatra/main'
|
|
|
|
enable :inline_templates
|