diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-08-26 13:47:09 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-08-27 13:44:28 -0300 |
commit | adbe8b18b8eb7b50a2eb5ca925c39b6a3c100cf9 (patch) | |
tree | 63da96366c0f83dbb96581fc25ab6394f2d2152b /activesupport | |
parent | a10e2f17cac3aec0ae309a501fab3384e8bfe99c (diff) | |
download | rails-adbe8b18b8eb7b50a2eb5ca925c39b6a3c100cf9.tar.gz rails-adbe8b18b8eb7b50a2eb5ca925c39b6a3c100cf9.tar.bz2 rails-adbe8b18b8eb7b50a2eb5ca925c39b6a3c100cf9.zip |
Remove gist link from the code
It is not good to include links in the code. These links can be in the
future outdated and nobody will upgrade they.
[ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/cache/memory_store.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/cache/memory_store.rb b/activesupport/lib/active_support/cache/memory_store.rb index b979521c99..34ac91334a 100644 --- a/activesupport/lib/active_support/cache/memory_store.rb +++ b/activesupport/lib/active_support/cache/memory_store.rb @@ -124,7 +124,6 @@ module ActiveSupport protected - # See https://gist.github.com/ssimeonov/6047200 PER_ENTRY_OVERHEAD = 240 def cached_size(key, entry) |