Commit 2fc8fb6b authored by Tiago Botelho's avatar Tiago Botelho

Resolve ProjectImportState conflict

parent dcd9fc0a
......@@ -3,11 +3,8 @@ class ProjectImportState < ActiveRecord::Base
self.table_name = "project_mirror_data"
<<<<<<< HEAD
prepend EE::ProjectImportState
=======
>>>>>>> upstream/master
belongs_to :project, inverse_of: :import_state
validates :project, presence: true
......
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