hot fix
This commit is contained in:
parent
3aefec371a
commit
fb083199c9
|
@ -3,7 +3,7 @@ require "acts_as_followable/version"
|
||||||
module ActsAsFollowable
|
module ActsAsFollowable
|
||||||
autoload :Followable, 'acts_as_followable/followable'
|
autoload :Followable, 'acts_as_followable/followable'
|
||||||
# autoload :Follower, 'acts_as_followable/follower'
|
# 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
|
require 'acts_as_followable/railtie' if defined?(Rails) && Rails::VERSION::MAJOR >= 3
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue