make linter happy

This commit is contained in:
Sam 2018-06-20 18:03:27 +10:00
parent 2f0e73f2d6
commit 35e0ccfc84

View File

@ -39,7 +39,6 @@ class UserAction < ActiveRecord::Base
ASSIGNED,
].each_with_index.to_a.flatten]
def self.last_action_in_topic(user_id, topic_id)
UserAction.where(user_id: user_id,
target_topic_id: topic_id,