Module VestalVersions::Tagging::VersionMethods
In: lib/vestal_versions/tagging.rb

Instance methods included into VestalVersions::Version to enable version tagging.

Methods

tag!   tagged?  

Public Instance methods

Attaches the given string to the version tag column. If the uniqueness validation fails, nil is returned. Otherwise, the given string is returned.

Simply returns a boolean signifying whether the version instance has a tag value attached.

[Validate]