ish_manager 0.1.8.84 → 0.1.8.85

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: feff593765486709ecddc23cad83741dfecc6370
4
- data.tar.gz: 54796e12e0d29cec62488c696a8c642283d24401
3
+ metadata.gz: f587dcdd745befc26699672158c072e4dac31bf2
4
+ data.tar.gz: 7420c0f4c83c3308a1f4f5b4140d070bfecd8a03
5
5
  SHA512:
6
- metadata.gz: 1f55683bdad8d6fa5403b068c2ab88b74268273de8085056ca6e4153c81632702384a6999b9d41f6c79a8653a199ba977238a5ca230ff1f02e52a3589605fd5e
7
- data.tar.gz: 17d68cdc78fe8ed5f738c23abe2c24f55f3adde3d54d257c41ab60bbbdd953b845f37f1c81a8e4edc42f879a9feb2d136ca71698bd3d2c6212275e89d4c135aa
6
+ metadata.gz: 89a96c82e5a5663093d3fccd80e8c1b2221b6f39a0f9a939305e08fd2b3fab7b1d3e92e555ec5855daa4bc24022501a3c92b00acc5e4eec6c9abecab9bea41c9
7
+ data.tar.gz: 45af2575d0a032bfccdc70905b167e699f9821a1d30efd96e4a1b7384dd0e27ed97eff305fd11c50e44dd809936c1e1e0c6b3b4542cdc47c784189b2eadbda65
@@ -64,7 +64,6 @@ class IshManager::GalleriesController < IshManager::ApplicationController
64
64
  @gallery = Gallery.unscoped.find params[:id]
65
65
  old_shared_profile_ids = @gallery.shared_profiles.map(&:id)
66
66
  authorize! :update, @gallery
67
- params[:gallery][:shared_profiles] ||= []
68
67
  params[:gallery][:shared_profiles].delete('')
69
68
  params[:gallery][:shared_profiles] = IshModels::UserProfile.find params[:gallery][:shared_profiles]
70
69
  if @gallery.update_attributes( params[:gallery].permit! )
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ish_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8.84
4
+ version: 0.1.8.85
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox