browsercms_s3 3.0.3 → 3.0.4

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.
@@ -72,7 +72,7 @@ class Cms::ApplicationController < ApplicationController
72
72
  end
73
73
 
74
74
  def url_without_cms_domain_prefix
75
- request.url.sub(/#{cms_domain_prefix}\./,'')
75
+ request.url.sub(/#{cms_domain_prefix}\./,'www.')
76
76
  end
77
77
 
78
- end
78
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: browsercms_s3
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anthony Underwood