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:
authorMarin Jankovski <marin@gitlab.com>2014-06-04 10:37:19 +0400
committerMarin Jankovski <marin@gitlab.com>2014-06-04 10:37:19 +0400
commit18b1f171bd0b9700e73c37c23150bea9fb251b3e (patch)
tree5c461f95d6b5b50b75edb4946ea8b980318e7dfe /config
parent84dc9cd6926ea8bc4db533e658463b4e60f68e6b (diff)
Rename snippets scopes to plural names.
Diffstat (limited to 'config')
-rw-r--r--config/initializers/state_machine_patch.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/initializers/state_machine_patch.rb b/config/initializers/state_machine_patch.rb
index a446b6275c4..72d010fa5de 100644
--- a/config/initializers/state_machine_patch.rb
+++ b/config/initializers/state_machine_patch.rb
@@ -2,8 +2,8 @@
# where gem 'state_machine' was not working for Rails 4.1
module StateMachine
module Integrations
- module ActiveModel
- public :around_validation
- end
+ module ActiveModel
+ public :around_validation
+ end
end
end