small fix for backedn
This commit is contained in:
parent
5f3d97d7c2
commit
09ae60a172
|
@ -125,8 +125,7 @@ class Admin::GalleriesController < OrbitAdminController
|
|||
end
|
||||
|
||||
def imgs
|
||||
@album = Album.find(params[:id])
|
||||
debugger
|
||||
@album = Album.find(params[:gallery_id])
|
||||
@tag_names = Array.new
|
||||
@images = @album.album_images.all
|
||||
@output = Array.new
|
||||
|
|
Loading…
Reference in New Issue