Arie/serveme

View on GitHub
app/views/servers/_form.html.haml

Summary

Maintainability
Test Coverage
= f.input :name
= f.input :ip, label: "IP"
= f.input :port
= f.input :path
= f.input :rcon, label: "RCON"
= f.input :active, as: "radio_buttons"
= f.association :location, collection: Location.all