Fix Rubocop offenses

parent 83748771
......@@ -2,7 +2,8 @@ module Geo
class EventLog < ActiveRecord::Base
include Geo::Model
belongs_to :repository_updated_event, class_name: 'Geo::RepositoryUpdatedEvent',
foreign_key: 'repository_updated_event_id'
belongs_to :repository_updated_event,
class_name: 'Geo::RepositoryUpdatedEvent',
foreign_key: :repository_updated_event_id
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