Sha256: 12aabe507077f3833d4a374335496c2952dbdb14394df1085d1b175188373e00
Contents?: true
Size: 678 Bytes
Versions: 1
Compression:
Stored size: 678 Bytes
Contents
# DrawSMD [![Gem Version](https://badge.fury.io/rb/draw_smd.png)](https://rubygems.org/gems/draw_smd) [![Build Status](https://travis-ci.org/ogom/draw_smd.png?branch=master)](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 model: ![example](http://ogom.github.io/draw_smd/assets/img/example.png) ## Use * [state_machine](https://github.com/pluginaweek/state_machine) ## License * MIT
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
draw_smd-0.1.2 | README.md |