Conflicts:
	Gemfile.lock
	config/routes.rb
This commit is contained in:
Thomas Blazek
2015-01-11 22:18:05 +01:00
45 changed files with 1047 additions and 3 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]