app/models/c80_estate/property.rb in c80_estate-0.1.0.33 vs app/models/c80_estate/property.rb in c80_estate-0.1.0.34
- old
+ new
@@ -164,9 +164,10 @@
res = owner.email
end
res
end
+ # TODO:: при построении индексной таблицы из 100 строк происходит 100 запросов к базе типа COUNT(*). Добавить before_update метод и поле logo_path и вычислять путь к лого в before update
def logo_path
url = 'property_default_logo.png'
if plogos.count > 0
url = plogos.first.image.thumb256
end
\ No newline at end of file