eliminate transaction log items table

This commit is contained in:
Albert Yi
2016-12-21 14:59:18 -08:00
parent 62956be384
commit 5a1ac41450
8 changed files with 8 additions and 132 deletions

View File

@@ -1,6 +1,6 @@
class SavedSearchesController < ApplicationController
before_filter :member_only
before_fitler :check_availability
before_filter :check_availability
respond_to :html, :xml, :json, :js
def index

View File

@@ -11,9 +11,6 @@ class UserUpgradesController < ApplicationController
end
def new
unless CurrentUser.user.is_anonymous?
TransactionLogItem.record_account_upgrade_view(CurrentUser.user, request.referer)
end
end
def show