Guest User

Untitled

a guest
Jul 17th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. >> s.metadata
  2. => #<Metadata id: 1, sound_id: 8, title: "no title", copyright: nil, year: nil, artist: "eK", description: "here is description", link: nil, sound_category: "Blues", created_at: "2009-11-03 03:57:02", updated_at: "2009-11-14 06:34:17">
  3. >> s.metadata.update_attribute(:year, Date.today.year)
  4. => true
  5. >> s.metadata
  6. => #<Metadata id: 1, sound_id: 8, title: "no title", copyright: nil, year: nil, artist: "eK", description: "here is description", link: nil, sound_category: "Blues", created_at: "2009-11-03 03:57:02", updated_at: "2009-11-14 06:34:17">
  7. >>
Add Comment
Please, Sign In to add comment