Skip to content

Instantly share code, notes, and snippets.

@xorl
Last active August 29, 2015 14:00
Show Gist options
  • Save xorl/6c3db983c0c1347f1299 to your computer and use it in GitHub Desktop.
Save xorl/6c3db983c0c1347f1299 to your computer and use it in GitHub Desktop.
module Blah
module Blah1
class Testing < Sinatra::Application
data = Blah::Db::Test.new
end
end
end
module Blah
class Db < Sinatra::Application
class Test
...data_mapper stuff
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment