Commit 56d4c28d authored by Stan Hu's avatar Stan Hu

Add missing Geo::RepositoryDeletedEvent

parent 8496c31f
module Geo
class RepositoryDeletedEvent < ActiveRecord::Base
include Geo::Model
belongs_to :project
validates :project, presence: true
end
end
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