Update paper_trail gem to latest

This commit is contained in:
Nishanth Vijayan 2016-05-18 20:17:35 +05:30
parent 13f0f9703d
commit d152b5eddc
3 changed files with 9 additions and 5 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