mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 18:05:37 +08:00
make linter happy
This commit is contained in:
parent
2f0e73f2d6
commit
35e0ccfc84
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user