Module: Iceburn::Filters
- Defined in:
- lib/iceburn/filters.rb
Instance Method Summary collapse
-
#index ⇒ Object
Return blank on all requests to the root path.
Instance Method Details
#index ⇒ Object
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 |