On 22 April 2011 18:09, Bruno Amaral <[email protected]> wrote: > I have been building a small app to import a cv from linkedin. > Displaying the information is working out perfect, but saving it to > the database is turning out to be a challenge. > ... > When running it, I get the message: > undefined method `match' for LinkedIn::Position::Resource:Class >
match is a method of String, so I wonder whether it is getting called on the above type instead of a string. The error should show a stack trace which should show you which line of your code it is failing on. Post the complete error and trace if you cannot work it out. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

