Hi,
I have an application using STI on a model named Publisher.  Publisher
uses STI via a column named "service".  When I call
--
p = Publisher.new(..., :service => "TwitterPublisher")
--
the service does not get assigned, yet all other columns do.  However,
if I later call
--
p[:service] = "TwitterPublisher"
--
all is well.  Any ideas about what is going on?  My environment is
Ruby 1.9/1.8.6 with Rails 2.3.5 running on MinGW(1.9) and Linux (1.8.6
- on Heroku).  Any idea as to what is going wrong?

Best Regards,
Solly

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