Skip to content

Instantly share code, notes, and snippets.

@davetapley
Created July 22, 2014 04:38
Show Gist options
  • Save davetapley/ec653057bed0eec0e32d to your computer and use it in GitHub Desktop.
Save davetapley/ec653057bed0eec0e32d to your computer and use it in GitHub Desktop.
Explicitly declaring Sequel PK in module
def self.included(o)
o.extend ClassMethods
o.set_primary_key [:user_id, :period]
o.unrestrict_primary_key
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment