mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:34:31 +08:00
Use consistent new-style hashes in render calls *twitch*
This commit is contained in:
@ -143,7 +143,7 @@ class PostsController < ApplicationController
|
||||
PostAction.remove_act(current_user, post, PostActionType.types[:bookmark])
|
||||
end
|
||||
end
|
||||
render :nothing => true
|
||||
render nothing: true
|
||||
end
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user