From 1efb8b024445dc337273e40b0bb01b1a955d9884 Mon Sep 17 00:00:00 2001 From: Matthew Robertson Date: Tue, 26 Feb 2013 00:47:26 -0800 Subject: [PATCH] document the replace_canonical_subdomain option --- lib/generators/ress/templates/ress.rb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/generators/ress/templates/ress.rb b/lib/generators/ress/templates/ress.rb index 721e35e..09d326b 100644 --- a/lib/generators/ress/templates/ress.rb +++ b/lib/generators/ress/templates/ress.rb @@ -5,10 +5,16 @@ # == Canonical Subdomain # - # If the cannonical version of your application is served under a subdomain + # If the canonical version of your application is served under a subdomain # you must set it here: # # config.set_canonical :subdomain => "subdomain" + # + # By default, alternate version subdomains are prepended to the canonical url. + # If you are using a canonical subdomain and you would like it to be replaced + # by the alternate subdomains, set this option to true: + # + # config.replace_canonical_subdomain = false # == Modernizr