Skip to content

Commit

Permalink
Merge pull request #452 from t-shehab/tsh/fix_priority_renaming
Browse files Browse the repository at this point in the history
Fix faulty documentation for renaming of priorities via console.
  • Loading branch information
t-shehab committed Mar 25, 2024
2 parents fb524f5 + 419692f commit c0a5b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/console/working-on-tickets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ don't fit your desired scheme. Renaming would look like so:

.. code-block:: ruby
>> Ticket::Priority.update(name: '1 high')
>> Ticket::Priority.find_by(name: '1 low').update(name: '1 high')
.. _state_types:

Expand Down

0 comments on commit c0a5b1f

Please sign in to comment.