browsercms_s3 3.0.3 → 3.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -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