I have an additional member method (and a corresponding route) called download, for which I'd like to validate the existence of a password field.
Putting :validates_presence_of :password
in my download method, I get an error claiming it's an undefined method.
Is this possible?