From 81d93d74821fe691876bdb8567cf8370aebf52de Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 18 Aug 2011 22:35:09 +0100 Subject: [PATCH] errant comma in the deltas doc --- ts/en/deltas.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/en/deltas.textile b/ts/en/deltas.textile index 91f797a..1083b3a 100644 --- a/ts/en/deltas.textile +++ b/ts/en/deltas.textile @@ -98,7 +98,7 @@ config.gem 'ts-datetime-delta', For those of you using Rails 3, then your Gemfile is the place for this information: {% highlight ruby %} -gem 'ts-datetime-delta', '1.0.2' +gem 'ts-datetime-delta', '1.0.2', :require => 'thinking_sphinx/deltas/datetime_delta' {% endhighlight %}