Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-11-16 14:01:10 +0300
committerJames Lopez <james@jameslopez.es>2016-11-17 10:22:59 +0300
commitcf2dcf043c0054785bc0258ab6393104499b8d70 (patch)
tree1502646c438eb383a82f73d5a62f2b19b38d954c /app/serializers
parentcbc9f0cd1aa9f379952b6e4d3ad6df9971f9092a (diff)
Refactor all query config stuff into separate classes and added specs
Diffstat (limited to 'app/serializers')
-rw-r--r--app/serializers/entity_date_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/serializers/entity_date_helper.rb b/app/serializers/entity_date_helper.rb
index 0772f652f0c..57817ce1812 100644
--- a/app/serializers/entity_date_helper.rb
+++ b/app/serializers/entity_date_helper.rb
@@ -4,4 +4,4 @@ module EntityDateHelper
def interval_in_words(diff)
"#{distance_of_time_in_words(diff.to_f)} ago"
end
-end \ No newline at end of file
+end