Hey
I am trying to make a nice post preview using rjs, i added preview
method to my rest controller using
:collection => { :preview => :post } or maybe put ?
Now i want to preview this @post = Post.new(params[:post]) with rjs and
i dont know how. (probably using link_to_remote)