fetprofileprivate data

This commit is contained in:
2014-05-27 19:41:35 +05:30
parent 015bf132a9
commit 13514317c9
10 changed files with 116 additions and 11 deletions

View File

@@ -12,9 +12,12 @@ class FetprofilesController < ApplicationController
@gremientabs = Gremium.tabs
respond_to do |format|
format.html # index.html.erb
format.json { render json: @fetprofiles }
end
end
end
def internlist
@fetprofiles = Fetprofile.order(:vorname,:nachname)
end
# GET /fetprofiles/1
# GET /fetprofiles/1.json