Sha256: 1090b1f64b3838987293316dfebfb9c93da025e1acb07da95e304c9dbe33c177

Contents?: true

Size: 332 Bytes

Versions: 25

Compression:

Stored size: 332 Bytes

Contents

class GalleryPhotos
  attr_reader :parent
  attr_reader :params

  def initialize(parent, params)
    @parent = parent
    @params = params
  end

  def sort_gallery_photos_for_parent
    params[:gallery_photos].each_with_index do |id, index|
      parent.gallery_photos.find(id).update_attributes(order: index+1)
    end
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
biola_wcms_components-0.25.4 lib/components/gallery_photos.rb
biola_wcms_components-0.25.3 lib/components/gallery_photos.rb
biola_wcms_components-0.25.2 lib/components/gallery_photos.rb
biola_wcms_components-0.25.1 lib/components/gallery_photos.rb
biola_wcms_components-0.25.0 lib/components/gallery_photos.rb
biola_wcms_components-0.24.3 lib/components/gallery_photos.rb
biola_wcms_components-0.24.2 lib/components/gallery_photos.rb
biola_wcms_components-0.24.1 lib/components/gallery_photos.rb
biola_wcms_components-0.24.0 lib/components/gallery_photos.rb
biola_wcms_components-0.23.0 lib/components/gallery_photos.rb
biola_wcms_components-0.22.0 lib/components/gallery_photos.rb
biola_wcms_components-0.21.0 lib/components/gallery_photos.rb
biola_wcms_components-0.20.0 lib/components/gallery_photos.rb
biola_wcms_components-0.19.0 lib/components/gallery_photos.rb
biola_wcms_components-0.18.1 lib/components/gallery_photos.rb
biola_wcms_components-0.18.0 lib/components/gallery_photos.rb
biola_wcms_components-0.17.0 lib/components/gallery_photos.rb
biola_wcms_components-0.16.0 lib/components/gallery_photos.rb
biola_wcms_components-0.15.3 lib/components/gallery_photos.rb
biola_wcms_components-0.15.2 lib/components/gallery_photos.rb