Re: [Rails] undefined method 'match' with the Linkedin Gem
On 22 April 2011 18:09, Bruno Amaral <mail@brunoamaral.eu> 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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home