Sha256: 53cbd5d955cb99cbc33a2b5f72cf1a2444cc24fb678a3904e29a7d66f390b2f0
Contents?: true
Size: 369 Bytes
Versions: 40
Compression:
Stored size: 369 Bytes
Contents
class PatronRelationshipTypesController < InheritedResources::Base respond_to :html, :json has_scope :page, :default => 1 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
40 entries across 40 versions & 1 rubygems