automatically load helper modules from helpers/. closes #238

This commit is contained in:
Thomas Reynolds 2012-01-15 13:43:26 -08:00
parent 3e0ed70c69
commit aeb9d10b25
11 changed files with 64 additions and 3 deletions

View file

@ -0,0 +1,3 @@
module TwoHelper
def two; "Two"; end
end