How to manage polymorphic associations with simple_form and JQuery?
This is a solution.
.
├── app
│ ├── assets
#! /bin/sh | |
# /etc/init.d/zookeeper: start the zookeeper daemon. | |
# chkconfig: - 80 20 | |
# description: zookeeper | |
ZK_HOME=/opt/kafka | |
ZK_USER=root | |
ZK_SCRIPT=$ZK_HOME/bin/zookeeper-server-start.sh | |
ZK_CONFIG=$ZK_HOME/config/zookeeper.properties |