Skip to content

Instantly share code, notes, and snippets.

@bacarini
Last active June 21, 2016 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bacarini/b0c659b36f144106bd781f7bb0b3df0e to your computer and use it in GitHub Desktop.
Save bacarini/b0c659b36f144106bd781f7bb0b3df0e to your computer and use it in GitHub Desktop.
app/models/comment.rb
class Comment < Sequel::Model
set_dataset MyApp::SequelDb.alt_db[:comments]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment