lib/ab_admin/hooks.rb in ab_admin-0.5.0 vs lib/ab_admin/hooks.rb in ab_admin-0.6.0
- old
+ new
@@ -1,8 +1,8 @@
#
# ***** IMPORTANT *****
#
-# This file contains some monkeypatching staff and is not required by default.
+# This file requires hook files with some monkeypatching staff and it is not required by default.
# Please, read code and comments before usage.
#
Dir["#{File.dirname(__FILE__)}/hooks/*.rb"].sort.each do |path|
require "ab_admin/hooks/#{File.basename(path, '.rb')}"
end