On Apr 23, 5:09 pm, Bruno Amaral <[email protected]> wrote:
> adding ruby-debug froze the import page, but I will keep trying to
> check the variables as you said.
>
> about the model, the source code is in the github 
> projecthttps://github.com/brunoamaral/lwork/blob/master/app/models/user.rb
>
> class User < ActiveRecord::Base
>
>         has_many :authentications
>         has_many :positions, :class_name => LinkedIn::Position::Resource

This looks wrong, since :class_name is supposed to be a string and
LinkedIn::Position::Resource isn't

Fred

-- 
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.

Reply via email to