Michael Pavling wrote in post #1045589:
> On 11 February 2012 16:31, brent brent <li...@ruby-forum.com> wrote:
>> Folks
>> Was wondering is it possible to pass args into the new action on a
>> controller? I have some javascript that is passing in a date to action
>> new on a controller and i want to set a field if the date was passed in.
>
> http://my.rails.app/foos/new?my_date_parameter=2012-02-11
>
> # foos controller
> def new
>   @foo = Foo.new(:my_date_field => params[:my_date_parameter])
> end

thanks Michael

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to