lib/the_role/engine.rb in the_role-1.5.1 vs lib/the_role/engine.rb in the_role-1.6.0

- old
+ new

@@ -6,7 +6,7 @@ config.to_prepare do Role.send :include, TheRole::RoleModel if the_class_exists? :Role User.send :include, TheRole::UserModel if the_class_exists? :User ApplicationController.send :include, TheRole::Requires if the_class_exists? :ApplicationController end - end#Engine -end#TheRole + end +end \ No newline at end of file