class Rasti::DB::Relations::OneToOne

Private Instance Methods

build_graph_result(rows) click to toggle source
# File lib/rasti/db/relations/one_to_one.rb, line 8
def build_graph_result(rows)
  rows.first
end