, : (
@robeastham:
, , , .
" , ", ActiveRecord Mongoid ( ). , , , , : location response_with:
respond_with @themodel, :location => themodels_url
, :
button_to "Button Name", { :controller => "your/controller", :action => :action_name, :confirm => "Text for the pop-up"}, { :method => :<method name> }
.
button_to "Click Here", { :controller => "home", :action -> :set_completed, :confirm => "Mark the item complete?" }, { :method => :put }