mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
See here for details: https://github.com/pluginaweek/state_machine/issues/251#issuecomment-32133267
12 lines
182 B
Ruby
12 lines
182 B
Ruby
module StateMachine
|
|
module Integrations
|
|
module ActiveModel
|
|
public :around_validation
|
|
end
|
|
|
|
module ActiveRecord
|
|
public :around_save
|
|
end
|
|
end
|
|
end
|