Sha256: c03651cfd0f8f7ca0481d7075c5e583196ed0bcfb4e8b9c99819593b81e98cd8
Contents?: true
Size: 612 Bytes
Versions: 5
Compression:
Stored size: 612 Bytes
Contents
ruby: group_params = '{ "country": "DE", "state": "Sachsen", "city": "Dresden", "category_id": 34, "page": 200 }' = form.text_area :parameters, cols: 80, rows: 21, value: group_params / TODO(Schau): One could change the text area with the json approach to text fields so it equals the meetup api (and web console test kit) more closely. / = form.text_field :city / = form.text_field :category_id / ... = form.form_actions do = form.submit "Search for Meetup Groups", class: "btn btn-primary" = link_to 'Cancel', comfy_admin_meetalendar_meetups_path(@site), class: "btn btn-link"
Version data entries
5 entries across 5 versions & 1 rubygems