increase fav limits to match page limits

This commit is contained in:
albert
2013-03-20 10:34:24 -07:00
parent 10b7569469
commit 0c9a60040c
2 changed files with 3 additions and 3 deletions

View File

@@ -464,9 +464,9 @@ class User < ActiveRecord::Base
if is_platinum?
nil
elsif is_privileged?
20_000
40_000
else
4_000
20_000
end
end
end

View File

@@ -39,8 +39,8 @@
</tr>
<tr>
<td>Favorite Limit</td>
<td>4,000</td>
<td>20,000</td>
<td>40,000</td>
<td>Unlimited</td>
</tr>
<tr>