Howdy. My current app on Heroku is using the Has Many Polymorphs
plugin in order to simplify a lot of the polymorphic relations I'm
using.

At the moment my app is working great locally (using heroku clone and
git pull to keep it up to date), but in heroku I'm getting a strange
error.

I have a users model (from the acts as authenticated plugin) that
has_many_polymorphs to "artists" (which are both individuals and
groups basically). This is supposed to create methods in the user
model like "individuals", "groups" and the combined "artists" and this
works fine. It's also supposed to add a "users" method to the group
and individual classes. This is not happening on the heroku site but
it works fine when I run it on my machine. On heroku I get a no method
found error when trying to call "users" on individuals or groups.

Rails --version on my machine does spit 2.0.2 back.

I don't see any errors in the logs on heroku at all. I don't know
enough about internals to check much else. Could there be a conflict
somehow when running in the heroku environment?

Anyway any thoughts on what to check would be appreciated!
Chris Giroir
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" 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/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to