Skip to content

Instantly share code, notes, and snippets.

@bryanp
Created January 15, 2012 18:23
Show Gist options
  • Select an option

  • Save bryanp/1616670 to your computer and use it in GitHub Desktop.

Select an option

Save bryanp/1616670 to your computer and use it in GitHub Desktop.
DM Finalize
module PakyowApplication
class Application < Pakyow::Application
def initialize
super
DataMapper.finalize
end
...
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment