Add robots controller

This commit is contained in:
Tadhg
2019-04-21 17:00:18 -07:00
committed by GitHub
parent fa273c3f00
commit 4d6da04844

View File

@@ -2,6 +2,14 @@ class ForumsController < ApplicationController
before_filter :check_permission, only: [:show, :edit, :update, :destroy]
class PagesController < ApplicationController
def robots
respond_to :text
end
end
add_breadcrumb "Forum", :forums_path
def index