Guest User

Untitled

a guest
Mar 21st, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. # == Schema Information
  2. #
  3. # Table name: speakers
  4. #
  5. # id :integer not null, primary key
  6. # name :string(255) not null
  7. # bio :text
  8. # created_at :datetime
  9. # updated_at :datetime
  10. #
  11.  
  12. class Speaker < ApplicationRecord
  13. # ... code
  14. end
Add Comment
Please, Sign In to add comment