Pump papertrail version to 6.0.2

This commit is contained in:
Alex Sherman 2020-01-30 17:07:53 +05:00
parent ad46e08f32
commit a18f7b1605
12 changed files with 19 additions and 16 deletions

View file

@ -1,6 +1,7 @@
module Epp
class SessionsController < BaseController
skip_authorization_check only: [:hello, :login, :logout]
before_action :set_paper_trail_whodunnit
def hello
render_epp_response('greeting')