# File lib/lighthouse/ticket.rb, line 36 def tags attributes['tag'] ||= nil @tags ||= tag.blank? ? [] : parse_with_spaces(tag) end