I am making a rhodes application for iPhone. I am getting "undefined method `[]' for nil:NilClass" exception while the executing the line of code given
url_string = url_for(:action => :my_callback)
"MyScanner < Scanner" is my class and the Scanner class is declared like "Scanner < Rho::RhoController". For the Scanner < Rho::RhoController I have added "require 'rho/rhocontroller'"and "require 'helpers/browser_helper'" and also included "include BrowserHelper". I am new to Rhodes. Any one can help to find the reason for this exception.
Thanks in Advance :)