Files
danbooru/app/controllers/landings_controller.rb
2011-10-28 19:21:44 -04:00

7 lines
140 B
Ruby

class LandingsController < ApplicationController
def show
@explorer = PopularPostExplorer.new
render :layout => "blank"
end
end