ging / avatars_for_rails

A Rails gem to manage avatars
MIT License
45 stars 27 forks source link

Avatars for multiple modals #20

Open jasoncypret opened 10 years ago

jasoncypret commented 10 years ago

I've successfully added avatars to my user model and it is working nicely. I wanted to add it to a second model and it fails. Looks like it is expecting user

ActionController::ParameterMissing at /avatar
param not found: user
atd commented 10 years ago

@jasoncypret can you set up an application that reproduces the error so we can take a look at it?