Kinda new here. For this example, let's assume that I have three models:
Person has_many :accounts, :as => :entity Organization has_many :accounts, :as => :entity Account belongs_to :entity, :polymorphic => true I can't create any accounts because ActiveScaffold won't display a drop-down box on the create page with a list of people and organizations, therefore I can't associate the account with an entity. What's the best way to deal with this? -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en.
