Module: Lapsoss::RailsControllerContext
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/lapsoss/rails_controller_context.rb
Overview
Optional concern to add controller and action context to Rails.error Include this in ApplicationController or specific controllers to get more detailed context
Example:
class ApplicationController < ActionController::Base
include Lapsoss::RailsControllerContext
end