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