Skip to content

Instantly share code, notes, and snippets.

@threetee
Created August 19, 2009 18:27
Show Gist options
  • Save threetee/170550 to your computer and use it in GitHub Desktop.
Save threetee/170550 to your computer and use it in GitHub Desktop.
class User < ActiveRecord::Base
set_table_name "externalusers"
has_and_belongs_to_many :projects
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment