Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
luciajanikova committed Dec 8, 2023
1 parent 2d4a96e commit 14fa4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ def handle_default_settings
type: "DraftTag",
visible: false
)
draft_tag.mark_readable_by_group([user_group])
draft_tag.mark_readable_by_groups([user_group])
end
end

0 comments on commit 14fa4c3

Please sign in to comment.