Sha256: 83cf218f2fc0186da91c16d03704487191cdd1224bba1a4e06e17a7a319e385b
Contents?: true
Size: 615 Bytes
Versions: 14
Compression:
Stored size: 615 Bytes
Contents
# frozen_string_literal: true class Admin::Tramway::SportSchool::InstitutionForm < ::Tramway::Core::ApplicationForm properties :title, :tagline, :logo, :state, :phone, :address, :longtitude, :latitude, :url, :found_date def initialize(object) super(object).tap do form_properties title: :string, tagline: :string, phone: :string, address: :string, latitude: :string, longtitude: :string, url: :string, found_date: :date_picker end end end
Version data entries
14 entries across 14 versions & 1 rubygems