Skip to content

Instantly share code, notes, and snippets.

@hash32bot
Created December 25, 2018 13:19
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 hash32bot/c2ca8762028badd66df22effbda590a9 to your computer and use it in GitHub Desktop.
Save hash32bot/c2ca8762028badd66df22effbda590a9 to your computer and use it in GitHub Desktop.
Sinatra App - Speaker Model - http://bit.ly/2V9p6OL
# file models/speaker.rb
class Speaker < ActiveRecord::Base
validates :name, presence: true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment