how to create dynamic association in rails
+1
A:
The associations are nothing but class level methods defined in ActiveRecord::Base . So yeah you can call them dynamically .. however I am not sure when and why you would need it !
NM
2010-07-09 19:21:49