search for: ca_figure

Displaying 1 result from an estimated 1 matches for "ca_figure".

2006 Apr 18
7
Connecting to multiple databases
...elSecurity belongs_to :user has_many :communal_audits def initialize super #... end end class WebadminController < ApplicationController #scaffold :community helper :ModelSecurity model :year, :community, :communal_audit, :ca_module, :ca_figure, :ca_question public def new_community @community = Community.new # .... end end cheers gamsl