Guest User

Untitled

a guest
Feb 12th, 2014
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.23 KB | None | 0 0
  1.         genreslink.each do |g_link|
  2.         link_id = g_link.children.first["href"]
  3.         link_cut = CGI.parse(URI.parse(link_id).query)['f']
  4.         #   main_genre.insert(:forum_id => link_cut)
  5.         g_link;
  6.           binding.pry
Advertisement
Add Comment
Please, Sign In to add comment