module ExpenseGun module FormHelper def form(*args, &block) semantic_form_for(*args, &block) end def form_errors(f) f.semantic_errors end end end