search for: ca_modul

Displaying 2 results from an estimated 2 matches for "ca_modul".

Did you mean: ca_module
2006 May 23
3
image_tag problem
Hiall, I want to make an image_tag from within a controller in order to be able to present a link (with a status image) in a view. Here is my controller method (in file webca_controller.rb, hence WebcaController) def untouched_status_image_tag image_tag("open", { :alt => "Offen", :title => "Offen", :size => "12x12", :class =>
2006 Apr 18
7
Connecting to multiple databases
...el. include ModelSecurity 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