Changeset [7d41b8095cb3775b362d52781c032255babdd841] by Adam Conrad

December 24th, 2014 @ 11:55 PM

Remove unused variable "value"

Unused "value" variable storing the result of this method, you can simply pass your strings as the result without needing to store them onto a separate variable
https://github.com/aasm/aasm/commit/7d41b8095cb3775b362d52781c03225...

Committed by Adam Conrad

  • M lib/aasm/persistence/active_record_persistence.rb
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.