From 85489641dab713f108d0abe02804858153ac7919 Mon Sep 17 00:00:00 2001 From: ZengTao Date: Mon, 20 Jun 2016 16:08:10 +0800 Subject: [PATCH] hot fix syntax error --- lib/acts_as_followable.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/acts_as_followable.rb b/lib/acts_as_followable.rb index 10b93be..d8f7381 100644 --- a/lib/acts_as_followable.rb +++ b/lib/acts_as_followable.rb @@ -1,5 +1,5 @@ require "acts_as_followable/version" module ActsAsFollowable - autoload : + end