Changeset [8f17570ec524e15b6435558f904414e38fa4a671] by Adam Conrad
December 24th, 2014 @ 11:52 PM
Remove redundant to_s calls
Since you're using string interpolation, you're putting an
unnecessary call to to_s
in your strings
https://github.com/aasm/aasm/commit/8f17570ec524e15b6435558f904414e...
Committed by Adam Conrad
- M lib/aasm/base.rb
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.