Commit 303fb06c authored by Andrew Kulakov's avatar Andrew Kulakov

Event already has author relation

parent 401041cf
...@@ -130,10 +130,6 @@ class Event < ActiveRecord::Base ...@@ -130,10 +130,6 @@ class Event < ActiveRecord::Base
target if target_type == "MergeRequest" target if target_type == "MergeRequest"
end end
def author
@author ||= User.find(author_id)
end
def action_name def action_name
if closed? if closed?
"closed" "closed"
......
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