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
Add missing store() and destroy() methods to VoteController
- Add store() method for voting on feature requests by slug
- Add destroy() method for removing votes by slug
- Methods work with slug-based routes instead of ID-based routes
- Default to 'up' vote for simple voting interface
- Return proper JSON responses with statistics
0 commit comments