You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I execute:
```
rails g mailer users/confirmations
```
The link to the preview at the comment is this:
```
http://localhost:3000/rails/mailers/users/confirmations
```
This route raises this error:
```
Unknown action
Mailer preview 'users/confirmations' not found
```
So I fixed it.
0 commit comments