Open
Description
While using the gem with rails 4.2 I have faced the following issue:
protected method `around_validation' called for #<StateMachine::Machine:0x00000004f953e0>
To fix this I have to add a monkey patch.
I added the following code inside config/initializers/state_machine_patch.rb
module StateMachine
module Integrations
module ActiveModel
public :around_validation
end
end
end
There is any best way to fix it?
Metadata
Metadata
Assignees
Labels
No labels