Sha256: 5cfff9b9b188d5be173d1376266469c31bda8dbaa2701b50f6e3653bc25f311f
Contents?: true
Size: 358 Bytes
Versions: 6
Compression:
Stored size: 358 Bytes
Contents
class Admin::Tramway::Landing::FormForm < Tramway::Core::ApplicationForm association :block properties :title, :url, :form_name, :position def initialize(object) super(object).tap do form_properties block: :association, title: :string, url: :string, form_name: :default, position: :integer end end end
Version data entries
6 entries across 6 versions & 1 rubygems