Sha256: 3a26b2ee1e8ac58b1f56c0812e637a391d9da57a1e014d2a5e0afd4de33cbce5
Contents?: true
Size: 1.26 KB
Versions: 37
Compression:
Stored size: 1.26 KB
Contents
Scaffolding::CompletelyConcrete::TangibleThing::Attributes: type: object properties: <%= attribute :id %> <%= attribute :absolutely_abstract_creative_concept_id %> <%# 🚅 skip this section when scaffolding. %> <%= attribute :text_field_value %> <%= attribute :button_value %> <%= attribute :boolean_button_value %> <%= attribute :cloudinary_image_value %> <%= attribute :date_field_value %> <%= attribute :email_field_value %> <%= attribute :file_field_value %> <%= attribute :password_field_value %> <%= attribute :phone_field_value %> <%= attribute :option_value %> <%= attribute :multiple_option_values %> <%= attribute :super_select_value %> <%= attribute :text_area_value %> <%= attribute :action_text_value %> <%# 🚅 stop any skipping we're doing now. %> <%# 🚅 super scaffolding will insert new attributes above this line. %> <%= attribute :created_at %> <%= attribute :updated_at %> Scaffolding::CompletelyConcrete::TangibleThing::Parameters: type: object properties: <%# 🚅 skip this section when scaffolding. %> <%= parameter :text_field_value %> <%# 🚅 stop any skipping we're doing now. %> <%# 🚅 super scaffolding will insert new parameter above this line. %>
Version data entries
37 entries across 37 versions & 2 rubygems