Skip to content

Instantly share code, notes, and snippets.

@oki
Created August 5, 2009 13:27
Show Gist options
  • Select an option

  • Save oki/162674 to your computer and use it in GitHub Desktop.

Select an option

Save oki/162674 to your computer and use it in GitHub Desktop.
class Project < ActiveRecord::Base
# include OpenFeatures
def self.inheritance_column
"fuck OFF"
end
set_table_name 'user_trackit'
set_primary_key 'userid'
belongs_to :user
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment