Skip to content

Instantly share code, notes, and snippets.

@GAierken
Created December 14, 2019 18:14
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 GAierken/7ba277a34829abf98d11509ef85830b4 to your computer and use it in GitHub Desktop.
Save GAierken/7ba277a34829abf98d11509ef85830b4 to your computer and use it in GitHub Desktop.
class Definition < ApplicationRecord
belongs_to :slang
validates :meaning, presence: true
validates :language, presence: true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment