Sha256: 0e526862135b0ed78adb17de2871603f9a887f8d0f7d78e5c22ae70775c9f9f8
Contents?: true
Size: 124 Bytes
Versions: 1
Compression:
Stored size: 124 Bytes
Contents
= simple_form_for post do |f| = f.input :title = f.input :body = f.input :published, as: :boolean = f.submit 'save'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hitchens-0.0.1 | app/views/hitchens/posts/_form.html.haml |