Skip to content

Instantly share code, notes, and snippets.

@makefunstuff
Created March 16, 2017 15:53
Show Gist options
  • Save makefunstuff/61db6f8e2b06168b2c42ef4351dc6485 to your computer and use it in GitHub Desktop.
Save makefunstuff/61db6f8e2b06168b2c42ef4351dc6485 to your computer and use it in GitHub Desktop.
class Update < ApplicationRecord
enum mood: [:good, :normal, :bad]
belongs_to :user
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment