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