do not show facebook images
parent
4d6999b84f
commit
89c179932e
|
@ -8,7 +8,7 @@ class Home < Application
|
|||
end
|
||||
|
||||
def hall_of_fame
|
||||
@top_oneness = Photo.find :all, :order => 'oneness DESC, id DESC', :limit => 10, :conditions => 'oneness > 0'
|
||||
@top_oneness = Photo.find :all, :order => 'oneness DESC, id DESC', :limit => 10, :conditions => 'oneness > 0 AND facebook_id IS NULL'
|
||||
render
|
||||
end
|
||||
|
||||
|
|
Reference in New Issue