class Wco::PhotosController

def without_gallery

def without_gallery
  @photos = Wco::Photo.unscoped.where( :gallery => nil, :is_trash => false )
end