diff --git a/Gemfile.lock b/Gemfile.lock index 5303d023a..756d0fabf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,7 +15,6 @@ GIT ruby-imagespec (0.3.1) GEM - remote: http://gemcutter.org/ remote: https://rubygems.org/ specs: actionmailer (4.1.0) diff --git a/app/models/user.rb b/app/models/user.rb index 452f0443d..17d0dcfe1 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -447,7 +447,7 @@ class User < ActiveRecord::Base end def show_saved_searches? - id < 1_000 + id < 50_000 end def can_upload? diff --git a/app/views/users/upgrade_information.html.erb b/app/views/users/upgrade_information.html.erb index d6f51e143..c7c126e18 100644 --- a/app/views/users/upgrade_information.html.erb +++ b/app/views/users/upgrade_information.html.erb @@ -49,12 +49,6 @@