Skip to content

Commit

Permalink
Rubocop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lightalloy committed May 24, 2024
1 parent b95247c commit 88826d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/admin/tags/moderators_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def create
else
flash[:error] = I18n.t("errors.messages.general", errors:
I18n.t("admin.tags.moderators_controller.not_found_or",
user_id: user.id,
errors: result.errors))
user_id: user.id,
errors: result.errors))
end
redirect_to edit_admin_tag_path(params[:tag_id])
end
Expand Down

0 comments on commit 88826d4

Please sign in to comment.