Skip to content

Instantly share code, notes, and snippets.

@manveru
Created August 30, 2010 05:12
Show Gist options
  • Save manveru/557041 to your computer and use it in GitHub Desktop.
Save manveru/557041 to your computer and use it in GitHub Desktop.
diff --git a/examples/app/blog/app.rb b/examples/app/blog/app.rb
index f17e88b..6faae01 100644
--- a/examples/app/blog/app.rb
+++ b/examples/app/blog/app.rb
@@ -69,3 +69,8 @@ end
require 'model/init'
require 'controller/init'
+
+require 'ramaze/contrib/app_graph'
+graph = AppGraph.new
+graph.generate
+graph.show
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment