1 2 3 4 5 6 7
<header> <h1>Blocked host: <%= @host %></h1> </header> <div id="container"> <h2>To allow requests to <%= @host %>, add the following to your environment configuration:</h2> <pre>config.hosts << "<%= @host %>"</pre> </div>