Class Sequel::Model
In: lib/ramaze/contrib/sequel/create_join.rb
Parent: Object

Methods

Public Class methods

Force join table generation

Usage:

  User.create_join(Article, 'articles_users')
  # or let the method figure out the correct join table using sequel
  # conventions.
  User.create_join(Article)

[Validate]