clean controllers

This commit is contained in:
gitlabhq 2011-10-15 00:05:41 +03:00
parent 5f8255ac67
commit 53421e060a
7 changed files with 60 additions and 88 deletions

View file

@ -21,7 +21,6 @@ class CommitsController < ApplicationController
respond_to do |format|
format.html # index.html.erb
format.js
format.json { render json: @commits }
end
end
@ -33,7 +32,6 @@ class CommitsController < ApplicationController
respond_to do |format|
format.html # show.html.erb
format.js
format.json { render json: @commit }
end
end
end