Guest User

Untitled

a guest
May 24th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. class SemanticForm < ActionView
  2. class SemanticFormBase < ActionView::Base
  3. field_error_proc = proc.new { |html_tag, instance| html_tag}
  4. end
  5.  
  6. class SemanticFormBuilder < ActionView::Helpers::FormBuilder
  7. include SemanticFormHelper
  8. .
  9. .
  10. .
  11. end
  12. end
Add Comment
Please, Sign In to add comment