search for: launchcontroller

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

2006 Feb 23
4
form_remote_tag params not passed .. PLEASE help!
...op") %> <input type="text" id="eid" name="blah" value="" /> <input type="submit" id="sub" name="commit" value="Sign Up"/> <%= end_form_tag %> Here is my controller code: class LaunchController < ApplicationController layout "launch-layout" def index end def process_email render_text @params.inspect end end It only prints out {"action"=>"process_email", "controller"=>"launch"}...