select_tag('status_by',
status_by_options_for_select(criteria),
:id => 'status_by_select',
- :onchange => remote_function(:url => { :action => :status_by, :id => version },
+ :onchange => remote_function(:url => status_by_project_version_path(version.project, version),
:with => "Form.serialize('status_by_form')"))) %>
</legend>
<% if counts.empty? %>
} do |project|
project.resource :project_enumerations, :as => 'enumerations', :only => [:update, :destroy]
project.resources :files, :only => [:index, :new, :create]
- project.resources :versions, :collection => {:close_completed => :put}
+ project.resources :versions, :collection => {:close_completed => :put}, :member => {:status_by => :post}
end
# Destroy uses a get request to prompt the user before the actual DELETE request