views:

44

answers:

1

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