hpi-swt2/vm-portal

Remove hart_form_builder from assets

Closed this issue · 3 comments

Helper class is in assets folder: app/assets/helpers/hart_form_builder.rb.
This means that Rails asset pipeline will attempt to compile and serve the file.

Where should it be instead?

Btw. it was placed here, because we followed the instructions from https://coderwall.com/p/-biuug/custom-form-builders-in-rails.

See #486