Summary:
Changes the Rails generator from noticed:notification to noticed:notifier in the README.
Related Issue:
None
Description:
Seems like this is a leftover.
Testing:
Running the noticed:notification throws an error.
❯ rails generate noticed:notification FirstSyncNotification
Could not find generator 'noticed:notification'. (Rails::Command::CorrectableNameError)
Did you mean? noticed:notifier
Run `bin/rails generate --help` for more options.
Pull Request
Summary: Changes the Rails generator from
noticed:notification
tonoticed:notifier
in the README.Related Issue: None
Description: Seems like this is a leftover.
Testing:
Running the
noticed:notification
throws an error.Using the suggested
noticed:notifier
works:Screenshots (if applicable): -
Checklist:
Additional Notes: None