Sha256: 47afee5fdffce60f5adc75ecc3571e297eb19fa7fc0c590b6e99d3ef60773e4d
Contents?: true
Size: 383 Bytes
Versions: 10
Compression:
Stored size: 383 Bytes
Contents
class Admin::Pages::Show < Adva::View::Form include do def to_html h2 :'.title' super end def fields form.simple_fields_for(:article) do |a| a.input :body end end def buttons form.button :submit end def sidebar tab :options do form.input :name form.input :slug end end end end
Version data entries
10 entries across 10 versions & 1 rubygems