module BiolaLogs
Include this module in your application controller to get the additional data into the log
class ApplicationController < ActionController::Base
include BiolaLogs::ControllerExtensions if defined?(BiolaLogs::ControllerExtensions)
end
Constants
- VERSION