Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Long <jlong@github.com>2018-01-16 00:24:45 +0300
committerJason Long <jlong@github.com>2018-01-16 00:24:45 +0300
commit7654802b92b4a67333811d03c8945d28587309d9 (patch)
tree3d036521ec999cf64dd13c4585eb1ac0cc0e0a8c
parent5a0ebe4fee29383143c8fc61a24cf8e445bcdcce (diff)
Remove feed method from blog controller
-rw-r--r--app/controllers/blog_controller.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/controllers/blog_controller.rb b/app/controllers/blog_controller.rb
index ad9ccae2..0f3959bf 100644
--- a/app/controllers/blog_controller.rb
+++ b/app/controllers/blog_controller.rb
@@ -17,19 +17,11 @@ class BlogController < ApplicationController
end
def index
-
- end
-
- def feed
- render :action => "feed", :layout => false
end
# for Gitscm blog
def gitscm
-
end
private
-
-
end