This commit is contained in:
ZengTao 2016-06-22 13:26:25 +08:00
parent 3aefec371a
commit fb083199c9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ require "acts_as_followable/version"
module ActsAsFollowable
autoload :Followable, 'acts_as_followable/followable'
# autoload :Follower, 'acts_as_followable/follower'
autoload :FollowableExt, 'acts_as_followable/follow_ext'
autoload :FollowableExt, 'acts_as_followable/followable_ext'
require 'acts_as_followable/railtie' if defined?(Rails) && Rails::VERSION::MAJOR >= 3
end