Sha256: a65bae7d5c60d7693d8f3ffb043fb5ad0b0addc314107762eb8d993ff40e16e2
Contents?: true
Size: 365 Bytes
Versions: 13
Compression:
Stored size: 365 Bytes
Contents
class AgentRelationshipTypesController < InheritedResources::Base respond_to :html, :json has_scope :page, :default => 1 load_and_authorize_resource def update @agent_relationship_type = AgentRelationshipType.find(params[:id]) if params[:move] move_position(@agent_relationship_type, params[:move]) return end update! end end
Version data entries
13 entries across 13 versions & 1 rubygems