Gem Version Build Status

Drawing the Unified Modeling Language of Rack.

Browse the documentation.

Installation

Add this line to your application’s Gemfile:

gem 'draw_uml'

And then execute:

$ bundle

Usage

Add this line to your config/routes.rb:

mount DrawUml::Engine, at: '/rails/draw/uml'

Draw by selecting the model:

example

Use

License