PDA

View Full Version : newbie rails


rubyonrails-talk
August 27th, 2006, 11:48 AM
I have the following problem where the view is not able to read a array
variable from the model. however my puts staetments thro the controller is
able to print the values of the varable. more details below
class TorontotraderController < ApplicationController
model :config1
def home
@hi="cock a doodledo"

More... (http://groups.google.com/group/rubyonrails-talk/msg/eec24a1e21470304)