landings_controller.rb: remove unused /landing route.

Broken since PopularPostExplorer was removed in 7269ec0.
This commit is contained in:
evazion
2017-02-05 16:42:39 -06:00
parent 38355b4839
commit 7e1f63de6a
4 changed files with 0 additions and 53 deletions

View File

@@ -1,6 +0,0 @@
class LandingsController < ApplicationController
def show
@explorer = PopularPostExplorer.new
render :layout => "blank"
end
end