Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 678 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 678 Bytes

DrawSMD

Gem Version Build Status

Drawing the State Machine Diagram of Rails.

Installation

Add this line to your application's Gemfile:

gem 'draw_smd'

And then execute:

$ bundle

Usage

Add this line to your config/routes.rb:

mount DrawSmd::Engine, at: '/rails/draw/smd'

Draw by selecting the model:

example

Use

License

  • MIT