Sha256: ef5810c547790a43765d23f03fb966e93a5695d6d4546cbfdff297bfbea33544
Contents?: true
Size: 288 Bytes
Versions: 3
Compression:
Stored size: 288 Bytes
Contents
class Tramway::Page::PageForm < ::Tramway::Core::ApplicationForm properties :title, :body, :slug def initialize(object) form_object = super object form_properties title: :string, body: :default, slug: :string form_object end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tramway-page-1.1.3 | app/forms/tramway/page/page_form.rb |
tramway-page-1.1.2 | app/forms/tramway/page/page_form.rb |
tramway-page-1.1.1 | app/forms/tramway/page/page_form.rb |