I have a file called "upload_helper.rb" in the app/helpers folder.
I get an error on the line where Merb::UploadHelper is included.
Suggestions? Thanks!

The file is empty
module Merb
  module UploadHelper
    def test
      "test"
    end
  end
end

app/models/mymodel.rb
class Mymodel
include Merb::UploadHelper

...
...
...
end

-- 
You received this message because you are subscribed to the Google Groups 
"merb" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/merb?hl=en.

Reply via email to