Class: Decidim::LinksController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/decidim/links_controller.rb

Instance Method Summary collapse

Instance Method Details

#newObject



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