class Wco::GalleriesController
def show
def show authorize! :show, @gallery @photos = @gallery.photos.order_by( ordering: :asc ) @deleted_photos = @gallery.photos.deleted.order_by( ordering: :asc ) end
def show authorize! :show, @gallery @photos = @gallery.photos.order_by( ordering: :asc ) @deleted_photos = @gallery.photos.deleted.order_by( ordering: :asc ) end