Skip to content

Instantly share code, notes, and snippets.

@markbates
Created January 2, 2009 22:08
Show Gist options
  • Save markbates/42710 to your computer and use it in GitHub Desktop.
Save markbates/42710 to your computer and use it in GitHub Desktop.
class GodfatherFormBuilder
include Mack::View::FormBuilder
def text_field(*args)
"<p>#{element(:text_field, *args)}</p>"
end
def all(sym, *args)
"<i>#{element(sym, *args)}</i>"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment