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