Class: Decidim::LinksController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Decidim::LinksController
- Defined in:
- app/controllers/decidim/links_controller.rb
Instance Method Summary collapse
Instance Method Details
#new ⇒ Object
17 18 19 20 |
# File 'app/controllers/decidim/links_controller.rb', line 17 def new headers["X-Robots-Tag"] = "none" headers["Link"] = %(<#{url_for}>; rel="canonical") end |