Skip to content

Instantly share code, notes, and snippets.

@carllerche
Created August 24, 2008 21:40
Show Gist options
  • Save carllerche/7008 to your computer and use it in GitHub Desktop.
Save carllerche/7008 to your computer and use it in GitHub Desktop.
class MyBuilder < Merb::Helpers::Form::Builder::Base
def my_awesome_method
end
end
# --- In the view ---
# <%= form_for :something, :builder => MyBuilder %>
# <%= my_awesome_method %> <- How does this work?
# <% end =%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment