Skip to content

Instantly share code, notes, and snippets.

@rtirrell
Created July 1, 2010 03:23
Show Gist options
  • Save rtirrell/459525 to your computer and use it in GitHub Desktop.
Save rtirrell/459525 to your computer and use it in GitHub Desktop.
class GEO
def self.inherited(subclass)
subclass.class_eval do
include DataMapper::Resource
def self.default_repository_name; :expr_geo; end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment