diff options
author | Pirate Praveen <praveen@debian.org> | 2015-11-09 08:34:25 -0500 |
---|---|---|
committer | Pirate Praveen <praveen@debian.org> | 2015-11-09 08:34:25 -0500 |
commit | e357e4fbab79b0d834590b623644476a2ef980f5 (patch) | |
tree | a9bc69c14532b7f1fac43f7a8f90cc9914615430 /config | |
parent | 2e5d32e07a75b98e57a0476a4cdb7a1ec41cadda (diff) | |
download | gitlab-ce-e357e4fbab79b0d834590b623644476a2ef980f5.tar.gz |
remove state_machine_patch.rb
Diffstat (limited to 'config')
-rw-r--r-- | config/initializers/state_machine_patch.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/config/initializers/state_machine_patch.rb b/config/initializers/state_machine_patch.rb deleted file mode 100644 index 51f05794361..00000000000 --- a/config/initializers/state_machine_patch.rb +++ /dev/null @@ -1,9 +0,0 @@ -# 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 StateMachines - module Integrations - module ActiveModel - public :around_validation - end - end -end |