lib/interpol/documentation_app.rb in interpol-0.2.1 vs lib/interpol/documentation_app.rb in interpol-0.2.2
- old
+ new
@@ -103,9 +103,13 @@
get('/') do
erb :layout, :locals => { :endpoints => endpoints,
:current_endpoint => current_endpoint }
end
+
+ def self.name
+ "Interpol::DocumentationApp (anonymous)"
+ end
end
end
end
end
end