Module: Iceburn::Filters

Includes:
Whitelist
Defined in:
lib/iceburn/filters.rb

Instance Method Summary collapse

Instance Method Details

#indexObject

Return blank on all requests to the root path.



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

def index
  handle_html_requests
end