2014-06-02 04:20:56 -04:00
|
|
|
# This is a patch to address the issue in https://github.com/pluginaweek/state_machine/issues/251
|
|
|
|
# where gem 'state_machine' was not working for Rails 4.1
|
|
|
|
module StateMachine
|
|
|
|
module Integrations
|
2014-06-04 02:37:19 -04:00
|
|
|
module ActiveModel
|
|
|
|
public :around_validation
|
|
|
|
end
|
2014-06-02 04:20:56 -04:00
|
|
|
end
|
|
|
|
end
|