Sha256: fbdd8f34573779200c1300288bdfd1ddab951d487c00e780dc1d3d54a5b74c5b
Contents?: true
Size: 272 Bytes
Versions: 6
Compression:
Stored size: 272 Bytes
Contents
class FormOfWorksController < InheritedResources::Base respond_to :html, :json has_scope :page, :default => 1 load_and_authorize_resource def update if params[:move] move_position(@form_of_work, params[:move]) return end update! end end
Version data entries
6 entries across 6 versions & 1 rubygems