landings_controller.rb: remove unused /landing route.
Broken since PopularPostExplorer was removed in 7269ec0.
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
class LandingsController < ApplicationController
|
||||
def show
|
||||
@explorer = PopularPostExplorer.new
|
||||
render :layout => "blank"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user