Sha256: 6745889760356b8311a819a4732d67696c10e985c2a88450ca11a914090bb477
Contents?: true
Size: 355 Bytes
Versions: 10
Compression:
Stored size: 355 Bytes
Contents
class Admin::Pages::New < Adva::View::Form include do def to_html h2 :'.title' render 'admin/sections/select_type' super end def fields fieldset do form.hidden_field :type form.input :name form.simple_fields_for(:article) do |a| a.input :body end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems