class EntityStore::Log

Public Instance Methods

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