Module: Iceburn

Defined in:
lib/iceburn.rb,
lib/iceburn/routes.rb,
lib/iceburn/filters.rb,
lib/iceburn/railtie.rb,
lib/iceburn/version.rb,
lib/iceburn/whitelist.rb

Overview

The before_filter used to handle HTML requests that aren’t caught by the main application routes. Can also be used in conjunction with Iceburn::Whitelist.

Defined Under Namespace

Modules: Filters, Routes, Whitelist Classes: Railtie

Constant Summary collapse

VERSION =
"0.0.4"

Class Method Summary collapse

Class Method Details

.loggerObject

Logging util that defaults to the Rails logger.



11
12
13
# File 'lib/iceburn.rb', line 11

def self.logger
  Rails.logger
end