Merge pull request #1002 from nishanthvijayan/fix-deprecation-warnings

Fix deprecation warnings
This commit is contained in:
Henne Vogelsang 2016-05-19 14:37:39 +02:00
commit 02487be6fb
4 changed files with 13 additions and 10 deletions

View file

@ -1,4 +1,5 @@
class ApplicationController < ActionController::Base
before_filter :set_paper_trail_whodunnit
include ApplicationHelper
add_flash_types :error
protect_from_forgery with: :exception