/rails-state-machine

State machines in Rails 5

Primary LanguageRuby

Deployment instructions

  1. Clone the repository.
  2. Install gems with bundle install.
  3. Migrate the database with rails db:migrate or rake db:migrate.
  4. Start the application with rails s.