I want to use '@' before the link in friendly_id I have username and I am saving username in database with '@' symbol. Its working correctly. But Friendly_id is showing
example.com/username
and I want
example.com/@username
How can I do that ?