Skip to content

Instantly share code, notes, and snippets.

@tbuehlmann
Created April 30, 2017 08:18
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 tbuehlmann/256f56aebe7dfe11f5646d3570f2e5f3 to your computer and use it in GitHub Desktop.
Save tbuehlmann/256f56aebe7dfe11f5646d3570f2e5f3 to your computer and use it in GitHub Desktop.
class Event < ApplicationRecord
enum style: {freestyle: 0, breaststroke: 1}
enum distance: {50_yards: 0, 100_yards: 1}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment