RubyGems
npm
Organizations
Log in
Sign up
RubyGems
browsercms_s3
Versions diffs
3.0.3 → 3.0.4
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.
Files changed (2)
hide
show
data/app/controllers/cms/application_controller.rb
+2
-2
metadata
+1
-1
data/app/controllers/cms/application_controller.rb
CHANGED
Viewed
@@ -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
Viewed
@@ -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