Guest User

Untitled

a guest
Feb 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1.  
  2. class User < ActiveRecord::Base
  3. symbolize :gender, :in => [:female, :male]
  4. symbolize :so, :in => {
  5. :windows => "Windows XP",
  6. :linux => "Linux",
  7. :mac => "Mac OS X"
  8. }
  9. end
Add Comment
Please, Sign In to add comment