Skip to content

Instantly share code, notes, and snippets.

@trak3r
Created October 14, 2009 02:05
Show Gist options
  • Save trak3r/209722 to your computer and use it in GitHub Desktop.
Save trak3r/209722 to your computer and use it in GitHub Desktop.
doppleganger = Class.new(ActiveRecord::Base)
doppleganger.set_table_name "latest_#{self.class.table_name}"
Object.const_set "Latest#{self.class.name}", doppleganger
doppleganger.find(:first, :conditions => ...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment