Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow customization of application name in the generated title (#13)
* chore: Remove arguments as the signature is identical This update fixes the `Style/SuperArgument` error from `standardrb` * feat: Add `app_name` parameter to allow custom names for titles This update allows users to now pass a custom name instead of using the default value, i.e., the application from `Rails.application.name`. * refactor: Extra `app_name` into a separate method #13 * chore: Remove `app_name` docs and format with standard
- Loading branch information