Method: Warp::ModelMatchers#belong_to

Defined in:
lib/warp/model_matchers/association_matcher.rb

#belong_to(key) ⇒ Object



54
55
56
# File 'lib/warp/model_matchers/association_matcher.rb', line 54

def belong_to(key)
  AssociationMatcher.new(:belongs_to, key)
end