Changeset [57ffc986a88a8fd52b751f1bc8d32d0a24c260e9] by Ben Koshy

January 16th, 2019 @ 01:51 AM

update Readme: add headings, improve formatting

What is this change?

  • It is a simply change in the formatting and presentation: bullet points have been added, and an extra heading has been added.

Why this change?

  • to make it clearer to the user: I was searching for a bug when I realised that a simple 'require' statement was omitted in code. This change request makes it explicitly clear so that it basically cannot be overlooked by future users. I hope to spare them some pain.

I hope this helps. chrs.
https://github.com/aasm/aasm/commit/57ffc986a88a8fd52b751f1bc8d32d0...

Committed by Ben Koshy

  • M README.md
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Library for adding state machines to Ruby classes. Includes persistence layers for things like ActiveRecord. Formerly known as acts_as_state_machine.