Skip to content

Commit

Permalink
Maintenance: Fix State listing command typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGeneration committed Feb 2, 2022
1 parent 650ce3a commit 3b5a8ca
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 @@ -81,7 +81,7 @@ Add new ticket state

.. note:: **🤓 Missing States you just created?**

You might want to use ``Ticket.State.pluck(:id, :name)``
You might want to use ``Ticket::State.pluck(:id, :name)``
to get a listing of all available ticket states.

.. tip:: **🙈 ignoring escalations**
Expand Down

0 comments on commit 3b5a8ca

Please sign in to comment.