class EntityProjection::Log

Public Instance Methods

tag!(tags) click to toggle source
# File lib/entity_projection/log.rb, line 3
def tag!(tags)
  tags << :projection
end