ruby - Rails, Combine multiple controllers into one interface -
Controller can include editing, creating and deleting users and posts. I will also include removal of comments. I have a user, admin (basically just login / control everything), comments, and posts so far. So how do I add them all to an admin panel?
Comments
Post a Comment