Commit 2a9a366c authored by James Lopez's avatar James Lopez

Merge branch 'sh-remove-duplicate-project-after-validation' into 'master'

Remove duplicate Project after_validation entry

See merge request !2133
parents 9f999549 bb6779fb
...@@ -71,8 +71,6 @@ class Project < ActiveRecord::Base ...@@ -71,8 +71,6 @@ class Project < ActiveRecord::Base
after_validation :check_pending_delete after_validation :check_pending_delete
after_validation :check_pending_delete
acts_as_taggable acts_as_taggable
attr_accessor :new_default_branch attr_accessor :new_default_branch
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment