Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix NoMethodError: protected method around_validation
On Rails 4.2, state_machine is broken due to using `public_send` instead of a plain `send`. This patch is simply a formalized version of pluginaweek#348.
- Loading branch information