diff --git a/app/controllers/themengruppen_controller.rb b/app/controllers/themengruppen_controller.rb
index 07c0a06..223881d 100644
--- a/app/controllers/themengruppen_controller.rb
+++ b/app/controllers/themengruppen_controller.rb
@@ -12,6 +12,10 @@ class ThemengruppenController < ApplicationController
format.json { render json: @themengruppen }
end
end
+ def faqs
+ @themengruppen = Themengruppe.order(:priority).includes(:themen,{themen: :fragen})
+
+ end
# GET /themengruppen/1
# GET /themengruppen/1.json
diff --git a/app/views/lecturers/_lec_lva.html.erb b/app/views/lecturers/_lec_lva.html.erb
index 1b498f7..283646e 100644
--- a/app/views/lecturers/_lec_lva.html.erb
+++ b/app/views/lecturers/_lec_lva.html.erb
@@ -3,7 +3,7 @@
<%= f.text %>
<%= link_to "FAQS", faqs_themengruppen_path %>