pboling-subdomain-fu 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +2 -2
- data/VERSION.yml +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
@@ -50,10 +50,10 @@ same subdomain when you meant to change it.
|
|
50
50
|
You have access to current_subdomain and current_domain methods.
|
51
51
|
|
52
52
|
current_subdomain - returns all subdomains.
|
53
|
-
|
53
|
+
http://awesome.website.stuff.example.com => "awesome.website.stuff"
|
54
54
|
|
55
55
|
current_domain - returns all subdomains except for the first subdomain and the domain with TLD.
|
56
|
-
|
56
|
+
http://awesome.website.stuff.example.com => "website.stuff.example.com"
|
57
57
|
|
58
58
|
This might appear strange at first, but the original plugin in this space was account_location,
|
59
59
|
which had this behavior for current domain. Subdomain-fu did not use the same style as account_location
|
data/VERSION.yml
CHANGED