playtime
playtime copied to clipboard
Custom Error Pages
Resolves #123
Description
- Based off of work done by @admir23 in #130.
- Addresses concerns from @leesharma (https://github.com/rubyforgood/playtime/pull/130#issuecomment-337460393) by removing the application layout from the error pages.
- Updated error messages to correspond to the particular status code (404, 422, 500)
- Updated ErrorController specs to pass
Type of change
- New feature (non-breaking change which adds functionality)
How Has This Been Tested?
- Tested locally by hitting /404.html , /422.html, /500.html
- Ran the specs and all pass