module WebConsole
Constants
- DoubleRenderError
Raised when there is an attempt to render a console more than once.
- Error
The base class for every Web Console related error.
- VERSION
Public Class Methods
logger()
click to toggle source
# File lib/web_console.rb, line 28 def self.logger Rails.logger || (@logger ||= ActiveSupport::Logger.new($stderr)) end