Skip to content

Instantly share code, notes, and snippets.

@tbuehlmann
Created April 30, 2017 08:18
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