Module: Iceburn::Filters

Defined in:
lib/iceburn/filters.rb

Instance Method Summary collapse

Instance Method Details

#indexObject

Return blank on all requests to the root path.



8
9
10
# File 'lib/iceburn/filters.rb', line 8

def index
  handle_html_requests
end