Sha256: da83295add6958a441c37ed7698e89d5def35705db22717096580117b7e427d0

Contents?: true

Size: 305 Bytes

Versions: 17

Compression:

Stored size: 305 Bytes

Contents

require 'og/relation/joins_many'

module Og

# A 'many_to_many' relation.
# This objects is associated with an other using an intermediate 
# join table. Just an alias for 'joins_many'.
#
# === Examples
#
# many_to_many Category
# many_to_many :categories, Category

class ManyToMany < JoinsMany
end

end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
og-0.17.0 lib/og/relation/many_to_many.rb
og-0.19.0 lib/og/relation/many_to_many.rb
og-0.18.1 lib/og/relation/many_to_many.rb
og-0.20.0 lib/og/relation/many_to_many.rb
og-0.18.0 lib/og/relation/many_to_many.rb
og-0.21.2 lib/og/relation/many_to_many.rb
og-0.21.0 lib/og/relation/many_to_many.rb
og-0.22.0 lib/og/relation/many_to_many.rb
og-0.29.0 lib/og/relation/many_to_many.rb
og-0.28.0 lib/og/relation/many_to_many.rb
og-0.23.0 lib/og/relation/many_to_many.rb
og-0.24.0 lib/og/relation/many_to_many.rb
og-0.25.0 lib/og/relation/many_to_many.rb
og-0.26.0 lib/og/relation/many_to_many.rb
og-0.27.0 lib/og/relation/many_to_many.rb
og-0.31.0 lib/og/relation/many_to_many.rb
og-0.30.0 lib/og/relation/many_to_many.rb