mirah / dubious

A Web Framework Written in Mirah for running on AppEngine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FormHelper does not import Params

hakunin opened this issue · comments

FormHelper does not import params

And the dependency is not marked in Rakefile

file "#{OUTDIR}/dubious/FormHelper.class" => [
                          "#{OUTDIR}/dubious/Inflections.class",
                          "#{OUTDIR}/dubious/InstanceTag.class",
                          "#{OUTDIR}/dubious/Params.class",
                      "#{OUTDIR}/dubious/TimeConversion.class",
                      *STDLIB_CLASSES]

5c9de4c added your fix.