Sha256: 007088415cc339dbdf71e775ced4f8bc09019290012634554984ce596f40b93b
Contents?: true
Size: 236 Bytes
Versions: 5
Compression:
Stored size: 236 Bytes
Contents
class Admin::Tramway::Landing::ToolForm < Tramway::ApplicationForm properties :title, :account_id def initialize(object) super(object).tap do form_properties title: :default, account_id: :string end end end
Version data entries
5 entries across 5 versions & 1 rubygems