Sha256: b0cffb4d72c7fded5abbf873a40771a33a03b5b9e2a602d04d424a16da490d59
Contents?: true
Size: 318 Bytes
Versions: 38
Compression:
Stored size: 318 Bytes
Contents
class ClassificationTypesController < InheritedResources::Base respond_to :html, :json load_and_authorize_resource def update @classification_type = ClassificationType.find(params[:id]) if params[:move] move_position(@classification_type, params[:move]) return end update! end end
Version data entries
38 entries across 38 versions & 2 rubygems