Advertisement
chodorowicz

Untitled

Jul 29th, 2011
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.19 KB | None | 0 0
  1.     def set_artist_and_composition
  2.       artist = Artist.find_or_create_by_name(@artist_name)
  3.       self.composition = Composition.find_or_create_by_name_and_artist_id(@composition_name, artist.id)
  4.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement