Skip to content

Instantly share code, notes, and snippets.

@pencilcheck
Created April 22, 2015 05:04
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 pencilcheck/75f096ba241b192071d9 to your computer and use it in GitHub Desktop.
Save pencilcheck/75f096ba241b192071d9 to your computer and use it in GitHub Desktop.
job = Job.new
job.company = google
# this errors out
class Job < Volt::Model
validate :title, unique: true
belongs_to :company
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment