Commit 9e7e6ce2 authored by Rubén Dávila's avatar Rubén Dávila

Remove no longer required ignore_column calls

parent f460db81
......@@ -21,10 +21,6 @@ module EE
}.freeze
prepended do
include IgnorableColumn
ignore_column :plan
belongs_to :plan
has_one :namespace_statistics
......
......@@ -7,13 +7,10 @@ module EE
extend ActiveSupport::Concern
prepended do
include IgnorableColumn
include Elastic::ProjectsSearch
prepend GeoAwareAvatar
prepend ImportStatusStateMachine
ignore_column :sync_time
before_validation :mark_remote_mirrors_for_removal
after_save :create_mirror_data, if: ->(project) { project.mirror? && project.mirror_changed? }
......
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