Skip to content

Instantly share code, notes, and snippets.

@brandon-beacher
Created June 17, 2009 19:40
Show Gist options
  • Save brandon-beacher/131443 to your computer and use it in GitHub Desktop.
Save brandon-beacher/131443 to your computer and use it in GitHub Desktop.
class ObjectRow < ActiveRecord::Base
self.abstract_class = true
establish_connection :adapter => "sqlite3", :database => ":memory:"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment