radar/twist-v2

View on GitHub
backend/lib/twist/relations/branches.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Twist
  module Relations
    class Branches < ROM::Relation[:sql]
      schema(:branches, infer: true)
    end
  end
end