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:
Diffstat (limited to 'app/controllers/blog_controller.rb')
-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