class ACTV::AuthorValidator

Public Instance Methods

valid?() click to toggle source
# File lib/actv/validators/author_validator.rb, line 4
def valid?
  category_is?('author') || taxonomy_has?('author')
end