Class: EntitySnapshot::Postgres::Log

Inherits:
Log
  • Object
show all
Defined in:
lib/entity_snapshot/postgres/log.rb

Instance Method Summary collapse

Instance Method Details

#tag!(tags) ⇒ Object



4
5
6
7
8
# File 'lib/entity_snapshot/postgres/log.rb', line 4

def tag!(tags)
  tags << :entity_snapshot_postgres
  tags << :library
  tags << :verbose
end