thecore 1.6.1 → 1.6.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/ckeditor/picture.rb +2 -1
- data/lib/thecore/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 583c050e6e40b5d7ecae0a4a21452b0af19517c3
|
4
|
+
data.tar.gz: 7ecf71d9efcf0d062e893e6da782624c78d8759c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a73f23e6417ee71a58b72fc55efd33a69e674e7f61b218b99b4036db8f18ed6bc114cfa076ffdeb3e51fcf5f8fa672ff559284d784a1fade84b458ebf422e2e8
|
7
|
+
data.tar.gz: a3ec01e2a50049db6dcad690250e3ef1089dd972fccf0a570e89295677648226eed82a7f69fc638cc03e524d37cebc3d460d4baa31f156d50b580c82fdd63de1
|
@@ -11,6 +11,7 @@ class Ckeditor::Picture < Ckeditor::Asset
|
|
11
11
|
def url_content
|
12
12
|
# url_t = (ENV['RAILS_URL'].blank? || ) ? "http://localhost:3000" : "#{ENV['RAILS_URL']}#{ENV['RAILS_RELATIVE_URL_ROOT']}"
|
13
13
|
# return url(:content)
|
14
|
-
return "#{ENV['RAILS_URL'].presence}#{ENV['RAILS_RELATIVE_URL_ROOT'].presence}#{url(:content)}"
|
14
|
+
# return "#{ENV['RAILS_URL'].presence}#{ENV['RAILS_RELATIVE_URL_ROOT'].presence}#{url(:content)}"
|
15
|
+
return "#{ENV['RAILS_URL'].presence}#{url(:content)}"
|
15
16
|
end
|
16
17
|
end
|
data/lib/thecore/version.rb
CHANGED