Hi Kurt,
On Mon, May 10, 2010 at 2:48 PM, Kurt Miller <[email protected]> wrote:
> Without going into too much detail, is there something obvious that I'm
> missing here?
>
The only thing that jumps out at me is the lack of a block after your
format...
Try adding it: format.js {}
If that doesn't work, add try getting rid of the rjs template for now and
just render from the contoller. Generally speaking, that's preferable for a
one-liner anyway.
format.js {
render :update do |page|
page.toggle 'fuelings'
end
}
HTH,
Bill
--
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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.