remove advertisement code

This commit is contained in:
r888888888
2017-02-21 13:33:20 -08:00
parent f4d9f76646
commit 6c9d5e4f9a
24 changed files with 1 additions and 704 deletions

View File

@@ -107,11 +107,6 @@ module Danbooru
300
end
# Where the ad banners are stored in the file system
def advertisement_path
nil
end
# List of memcached servers
def memcached_servers
%w(127.0.0.1:11211)
@@ -266,10 +261,6 @@ module Danbooru
!user.is_gold?
end
def is_user_advertiser?(user)
user.is_admin?
end
def can_user_see_post?(user, post)
if is_user_restricted?(user) && is_post_restricted?(post)
false

View File

@@ -71,9 +71,6 @@ Rails.application.routes.draw do
end
end
resources :advertisements do
resources :hits, :controller => "advertisement_hits", :only => [:create]
end
resources :artists do
member do
put :revert