Class: OverlayController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- OverlayController
- Defined in:
- app/controllers/overlay_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
2 3 4 5 |
# File 'app/controllers/overlay_controller.rb', line 2 def index response.headers.delete('X-Frame-Options') render :layout => 'popup' end |