1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
sinatra/lib/sinatra.rb
Alexey Muranov f71002393f remove a redundant require
As `require 'sinatra/base'` is the first line of sinatra/main, this looks redundant to me.
2014-05-30 11:31:09 +02:00

3 lines
49 B
Ruby

require 'sinatra/main'
enable :inline_templates