Created
July 22, 2014 04:38
-
-
Save davetapley/ec653057bed0eec0e32d to your computer and use it in GitHub Desktop.
Explicitly declaring Sequel PK in module
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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