The current implementation of render_component handles :id as a
special parameter (newlines edited for email):
# after r3563
(options[:params] || {}).with_indifferent_access.regular_update(
"controller" => controller_name, "action" => options[:action],
"id" => options[:id])
I notic
On 3/1/06, Kent Sibilev <[EMAIL PROTECTED]> wrote:
> I've attached a new version of AWS patch. It 'partially' fixes 1889,
> meaning that it allows embedding ActiveRecord objects inside of
> AWS::Structs.
>
> So far this patch fixes: 2553, 3421, 2078, 2390, 2633, 2769, 3055,
> 3576, 3321, 1889, 3567