by mistake pushed code with debugger
This commit is contained in:
parent
131dd3fea8
commit
335991e152
|
@ -195,7 +195,6 @@ class Panel::Gallery::BackEnd::AlbumsController < OrbitBackendController
|
||||||
end
|
end
|
||||||
|
|
||||||
def update_children_image_tag(tagsToDestroy,tagsToAdd)
|
def update_children_image_tag(tagsToDestroy,tagsToAdd)
|
||||||
debugger
|
|
||||||
# tagsToDestroy will contain all tag ids which have to be deleted from the galley_images
|
# tagsToDestroy will contain all tag ids which have to be deleted from the galley_images
|
||||||
# tagsToAdd will contain all tag ids which ve to be added in tall gallery_images
|
# tagsToAdd will contain all tag ids which ve to be added in tall gallery_images
|
||||||
@images = GalleryImage.all
|
@images = GalleryImage.all
|
||||||
|
|
Reference in New Issue