Users can add tags to the snippet:
class Snippet < ActiveRecord::Base
I want to check the number of tags: at least 1, maximum 6. How am I going to do this? Thank.
validation ruby-on-rails tagging has-many
user142019 Jan 29 '11 at 12:34 2011-01-29 12:34
source share