cleaning routes

This commit is contained in:
Andreas Stephanides
2013-08-27 21:41:05 +02:00
parent 49af655f62
commit e6a1166a2d
8 changed files with 65 additions and 95 deletions

View File

@@ -1,7 +1,7 @@
class GremienController < ApplicationController
# GET /gremien
# GET /gremien.json
def index
def verwalten
@gremien = Gremium.all
@gremientabs=Gremium.all
respond_to do |format|