lib/teamster.rb in teamster-0.2.1 vs lib/teamster.rb in teamster-0.2.2
- old
+ new
@@ -78,10 +78,12 @@
@@modules << teamster_module
@@views << teamster_module.views
end
teamster_module.helpers GeneralHelper
if teamster_module.has_helper?
- helpers teamster_module.helper_module
+ teamster_module.helper_module.each do |mod|
+ helpers mod
+ end
end
use teamster_module
end
end
end