On Nov 28, 12:06 am, Atastor <[email protected]> wrote: > Post the controllers, its something simple, I 'ld agree :-)
I haven't modified the controllers at all yet, just default configuration on the AS controllers: class OrganizationsController < ApplicationController active_scaffold :organization do |conf| end end class ProgramsController < ApplicationController active_scaffold :program do |conf| end end -- 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.
