Class: HiveSQL::Reblog

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

Instance Method Summary collapse

Methods inherited from SqlBase

#tx

Instance Method Details

#commentObject



9
# File 'lib/hive_sql/models/reblog.rb', line 9

def comment; Comment::find_by(author: author, permlink: permlink); end