From 19083fe88f825715af4d3fdc6cafa396d4eb43cd Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 20 Feb 2013 00:39:00 -0500 Subject: [PATCH] disable fav limits for now --- app/models/user.rb | 6 ++++-- app/views/users/upgrade_information.html.erb | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app/models/user.rb b/app/models/user.rb index bdc047a29..11dcdd26e 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -423,12 +423,14 @@ class User < ActiveRecord::Base end def favorite_limit + return nil + if is_privileged? - 5_000 + 20_000 elsif is_platinum? nil else - 1_000 + 4_000 end end end diff --git a/app/views/users/upgrade_information.html.erb b/app/views/users/upgrade_information.html.erb index 9f979c9ce..c1af72f59 100644 --- a/app/views/users/upgrade_information.html.erb +++ b/app/views/users/upgrade_information.html.erb @@ -39,8 +39,8 @@ Favorite Limit - 1,000 - 5,000 + 4,000 + 20,000 Unlimited