class ACTV::EventValidator

Public Instance Methods

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