template/lib/endpoints/base.rb in pliny-0.2.1 vs template/lib/endpoints/base.rb in pliny-0.3.0
- old
+ new
@@ -2,9 +2,10 @@
# The base class for all Sinatra-based endpoints. Use sparingly.
class Base < Sinatra::Base
register Pliny::Extensions::Instruments
register Sinatra::Namespace
+ helpers Pliny::Helpers::Encode
helpers Pliny::Helpers::Params
set :dump_errors, false
set :raise_errors, true
set :show_exceptions, false