Reputation: 119
Has anyone come across a tool to visualize an ActiveRecord / NHibernate entity model?
Upvotes: 1
Views: 500
Reputation: 99740
Check out ActiveWriter.
Sample screenshot:
alt text http://img30.imageshack.us/img30/1001/modelingsurface.png
Upvotes: 0
Reputation: 8055
The best thing I can think of is generating a class diagram from VisualStudio of your classes ....
Upvotes: 1