I want to make tag model with post model i want to list tags to choose at the post form and text field to add more tags if not exist and tag to be unique.
if there is an example online that would be more than help.
I want to make tag model with post model i want to list tags
Share
You can start by this HABTM Checkboxes because your association should be a Has and Belongs to many and then you can add a little remote form to add new tags and refresh the list, this is just the simplest solution, It could be don better with some jQuery plugin like jQuery tags input plugin but It’d take you some extra time.