Sha256: e6ed84ef246222584ef429c0592d06bbb8c33208be5d2b4f3d200d18d1397ca6
Contents?: true
Size: 265 Bytes
Versions: 2
Compression:
Stored size: 265 Bytes
Contents
## This controller uses includes class BarController < ApplicationController def index Rails.logger.info "Logging with Rails.logger" # Printed to STDOUT logger.info "Logging with logger" # Not printed to STDOUT end def update end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_stdout_logging-0.0.3 | test/dummy/app/controllers/bar_controller.rb |
rails_stdout_logging-0.0.2 | test/dummy/app/controllers/bar_controller.rb |