If you look in discourse/config/routes.rb you will see how the route is defined.
Which calls the UsersController then the show method in that controller.
「いいね!」 2
If you look in discourse/config/routes.rb you will see how the route is defined.
Which calls the UsersController then the show method in that controller.