Skip to content

Instantly share code, notes, and snippets.

@markbates
Created January 2, 2009 22:09
Show Gist options
  • Save markbates/42711 to your computer and use it in GitHub Desktop.
Save markbates/42711 to your computer and use it in GitHub Desktop.
class StripesBuilder
include Mack::View::FormBuilder
partial :text_field, 'fb_partials/text_field'
partial :form_start, 'fb_partials/form_start'
partial :all, 'fb_partials/all'
def form_end
'</div>'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment