Sha256: 453ccc47c573b5014f60219e99bcb9297ec6ca875c3d7102dabb17db1c94a43f
Contents?: true
Size: 288 Bytes
Versions: 11
Compression:
Stored size: 288 Bytes
Contents
class FormOfWorksController < InheritedResources::Base respond_to :html, :json load_and_authorize_resource def update @form_of_work = FormOfWork.find(params[:id]) if params[:move] move_position(@form_of_work, params[:move]) return end update! end end
Version data entries
11 entries across 11 versions & 1 rubygems