lib/deas/template.rb in deas-0.25.0 vs lib/deas/template.rb in deas-0.26.0
- old
+ new
@@ -63,21 +63,9 @@
def escape_url(path)
Rack::Utils.escape_path(path)
end
alias :u :escape_url
- def logger
- @sinatra_call.settings.logger
- end
-
- def router
- @sinatra_call.settings.router
- end
-
- def url_for(url)
- "#{self.router.base_url}#{url}"
- end
-
def ==(other_scope)
self.sinatra_call == other_scope.sinatra_call
self.class.included_modules == other_scope.class.included_modules
end