For acts-as-taggable-on, how do you make Tags be a certain amount of characters? I want users to only be able to have a maximum of 50 characters when they are creating tags.
Thank you.
|
For acts-as-taggable-on, how do you make Tags be a certain amount of characters? I want users to only be able to have a maximum of 50 characters when they are creating tags. Thank you.
| |||
|
feedback
|
|
You can use a validation for this. Try using this in your model. Replace
Also an awesome reference to rails validations is here. | |||
|
feedback
|