Sha256: db4b2937f694e48575732b533df9bef35218a6e47f2d6ff265bd00e44e013e13
Contents?: true
Size: 320 Bytes
Versions: 14
Compression:
Stored size: 320 Bytes
Contents
# frozen_string_literal: true class Admin::Tramway::SportSchool::DocumentForm < ::Tramway::Core::ApplicationForm properties :title, :file, :view_state_event, :document_type def initialize(object) super(object).tap do form_properties title: :string, file: :file, document_type: :default end end end
Version data entries
14 entries across 14 versions & 1 rubygems