class Shoulda::Matchers::ActiveRecord::HaveAttachedMatcher
def blobs_association_name
def blobs_association_name case macro when :one then "#{name}_blob" when :many then "#{name}_blobs" end end
def blobs_association_name case macro when :one then "#{name}_blob" when :many then "#{name}_blobs" end end