Conflicts:
	app/controllers/neuigkeiten_controller.rb
	config/routes.rb
This commit is contained in:
Thomas Blazek
2014-08-27 15:31:52 +02:00
46 changed files with 1053 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
class NeuigkeitenController < ApplicationController
class NeuigkeitenController < ApplicationController
before_filter :load_toolbar_elements, :only=>[:show,:find_link]
before_filter :load_toolbar_elements_edit, :only=>[:edit]