Class: HiveSQL::Community

Inherits:
SqlBase
  • Object
show all
Defined in:
lib/hive_sql/models/community.rb

Instance Method Summary collapse

Methods inherited from SqlBase

#tx

Instance Method Details

#tag_namesObject



60
61
62
# File 'lib/hive_sql/models/community.rb', line 60

def tag_names
  tags.pluck(:tag)
end