class SequelSpec::Matchers::Association::HaveManyThroughManyMatcher

Public Instance Methods

association_type() click to toggle source
# File lib/sequel_spec/association/have_many_through_many_matcher.rb, line 5
def association_type
  :many_through_many
end