Sha256: 34d6930fe82bb355c1ce25f48fdc7d2deff107aae177c96fbc4805b9263636a9

Contents?: true

Size: 117 Bytes

Versions: 23

Compression:

Stored size: 117 Bytes

Contents

class OtherThing < ActiveRecord::Base
  acts_as_sortable do |config|
    config[:position_column] = :place
  end
end

Version data entries

23 entries across 8 versions & 1 rubygems

Version Path
activerecord-sortable-0.0.8 spec/dummy-3.2/app/models/other_thing.rb
activerecord-sortable-0.0.8 spec/dummy-4.2/app/models/other_thing.rb
activerecord-sortable-0.0.8 spec/dummy-4.1/app/models/other_thing.rb
activerecord-sortable-0.0.8 spec/dummy-4.0/app/models/other_thing.rb
activerecord-sortable-0.0.7 spec/dummy-4.0/app/models/other_thing.rb
activerecord-sortable-0.0.7 spec/dummy-4.2/app/models/other_thing.rb
activerecord-sortable-0.0.7 spec/dummy-4.1/app/models/other_thing.rb
activerecord-sortable-0.0.7 spec/dummy-3.2/app/models/other_thing.rb
activerecord-sortable-0.0.6 spec/dummy-3.2/app/models/other_thing.rb
activerecord-sortable-0.0.6 spec/dummy-4.0/app/models/other_thing.rb
activerecord-sortable-0.0.6 spec/dummy-4.1/app/models/other_thing.rb
activerecord-sortable-0.0.6 spec/dummy-4.2/app/models/other_thing.rb
activerecord-sortable-0.0.5 spec/dummy-3.2/app/models/other_thing.rb
activerecord-sortable-0.0.5 spec/dummy-4.2/app/models/other_thing.rb
activerecord-sortable-0.0.5 spec/dummy-4.1/app/models/other_thing.rb
activerecord-sortable-0.0.5 spec/dummy-4.0/app/models/other_thing.rb
activerecord-sortable-0.0.4 spec/dummy-3.2/app/models/other_thing.rb
activerecord-sortable-0.0.4 spec/dummy-4.2/app/models/other_thing.rb
activerecord-sortable-0.0.4 spec/dummy-4.1/app/models/other_thing.rb
activerecord-sortable-0.0.4 spec/dummy-4.0/app/models/other_thing.rb