I have found a lot of information about adding form helper methods (see one of my other questions) but I cant find anything about adding helper methods as if they where defined in application_helper.rb
Ive tried basically copying application_helper.rb from a rails app into the gem but that didn't work.
Ive also tried:
class ActionView::Helpers
but that produces an error