Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPirate Praveen <praveen@debian.org>2015-11-08 20:15:58 +0300
committerPirate Praveen <praveen@debian.org>2015-11-08 20:15:58 +0300
commit2e5d32e07a75b98e57a0476a4cdb7a1ec41cadda (patch)
tree5211678427fbc6f58e6e68188a28076fc22b73c7 /config
parentbf76df22749920771069178fb2bb79b7f16c2414 (diff)
Switch to state_machines-activerecord (Fixes: #3374)
Diffstat (limited to 'config')
-rw-r--r--config/initializers/state_machine_patch.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/initializers/state_machine_patch.rb b/config/initializers/state_machine_patch.rb
index 72d010fa5de..51f05794361 100644
--- a/config/initializers/state_machine_patch.rb
+++ b/config/initializers/state_machine_patch.rb
@@ -1,6 +1,6 @@
# 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 StateMachines
module Integrations
module ActiveModel
public :around_validation