Created
March 16, 2017 15:53
-
-
Save makefunstuff/61db6f8e2b06168b2c42ef4351dc6485 to your computer and use it in GitHub Desktop.
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
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