Flowdock
logger() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionview/lib/action_view/helpers/controller_helper.rb, line 20
      def logger
        controller.logger if controller.respond_to?(:logger)
      end
Register or log in to add new notes.