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"