Class: ViewData::PG::Log

Inherits:
Log
  • Object
show all
Defined in:
lib/view_data/pg/log.rb

Instance Method Summary collapse

Instance Method Details

#tag!(tags) ⇒ Object



4
5
6
7
8
# File 'lib/view_data/pg/log.rb', line 4

def tag!(tags)
  tags << :view_data_pg
  tags << :view_data
  tags << :library
end