# Draw SMD [](https://rubygems.org/gems/draw_smd) [](https://travis-ci.org/ogom/draw_smd) 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 schema:  ## Use * [state_machine](https://github.com/pluginaweek/state_machine) ## License * MIT