Hi,<br><br> I was trying to port attachment_fu to Merb and I realized that adding <br><br>has_attachment(<br> :content_type => :image,<br>[...]<br>)<br><br>in a model would break the app.<br><br>I realized (let me know if I'm wrong) that the plugins are loaded after the models. Because of that I now have to load my plugin from my model to be able to use it directly.
<br><br>Did I miss something or is there a specific reason why things are loaded the way they are?<br><br>Thanks,<br><br>-Matt<br><br>