@NowNewStart has done us the favor of upgrading to 5.4. Before upgrading production we will write tests! ### Tests Needed: - [x] Guests can see approved nades of given map - [x] The following information can be seen about a nade (at least): type, title, tags, link - Index should be browse maps instead, maybe? - [ ] Can see N most recent nades on home page - May not make sense until we have #10 implemented - [ ] Features page should show github issues with Feature label - [ ] Donations page with paypal link - [ ] User can register - [ ] User can confirm themself - [ ] User can login - [ ] Logged in user can add a nade - [x] Redirect to login if not logged in - [x] Imgur link - [x] YouTube link - [x] Can add tags for nade - [ ] Validation - [ ] Page for moderators to see unapproved nades - [ ] Moderator can approve unapproved nades - [ ] Moderator can edit nades - [ ] Admin can do all the things - [x] Change the `approve()` method on the `Nade` model to go back through the relationship (ie: `associate()`).
@NowNewStart has done us the favor of upgrading to 5.4. Before upgrading production we will write tests!
Tests Needed:
approve()method on theNademodel to go back through the relationship (ie:associate()).