Hi,<br><br>&nbsp;I was trying to port attachment_fu to Merb and I realized that adding <br><br>has_attachment(<br>&nbsp;&nbsp;&nbsp; :content_type =&gt; :image,<br>[...]<br>)<br><br>in a model would break the app.<br><br>I realized (let me know if I&#39;m wrong) that the plugins are loaded after the models.&nbsp; 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>