lib/plezi/api.rb in plezi-0.14.1 vs lib/plezi/api.rb in plezi-0.14.2

- old
+ new

@@ -31,10 +31,10 @@ # Returns the Plezi Rack application def app no_autostart puts "Running Plezi version: #{::Plezi::VERSION}" - Plezi::Base::Router.method :call + Plezi::Base::Router.call_method end # Will add a route to the Plezi application. # # The order of route creation is the order of precedence.