search for: xx_helper

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

Did you mean: xt_helper
2006 May 31
5
undefined method `redirect_to''
...get rails running and all is fine except for getting: undefined method `redirect_to'' when I load my test page. I have the following in my xx.rhtml: <%= select :group, :user_id, find_all_groups, {}, {:onclick => select_group, :size => find_all_groups.size + 1} %> and in my xx_helper.rb I have: def select_group redirect_to "http://www.rubyonrails.org" end I have installed actionpack. Any help with the problem would be greatly appreciated. Cheers, Mark -- Posted via http://www.ruby-forum.com/.