martinisoft/funnies

View on GitHub
app/views/comics/_form.html.haml

Summary

Maintainability
Test Coverage
= simple_form_for comic do |f|
  = f.input :name
  = f.input :homepage
  = f.input :comic_page, label: "Comic Page"
  = f.input :xpath_title, label: "Title XPath"
  = f.input :xpath_image, label: "Image XPath"
  = f.submit "Save"