Commit 106f039e authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Adjust wrong conflict resolution in Groups::EpicsController#show (complement of 5e49495b)

parent 35456c15
......@@ -154,6 +154,10 @@ module IssuableActions
end
end
def show_view
'show'
end
def serializer
raise NotImplementedError
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