class Devise::Models::MissingAttribute
def message
def message "The following attribute(s) is (are) missing on your model: #{@attributes.join(", ")}" end
def message "The following attribute(s) is (are) missing on your model: #{@attributes.join(", ")}" end