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