hpi-swt2/vm-portal

Remove JSON REST interface

chrisma opened this issue · 1 comments

The project contains many traces of JSON API, which we do not use, e.g. respond_to {format} and jbuilder files,.

  • Remove all JSON paths from controllers where they aren't needed (which should be the case for everything but Notification#any?)
  • Remove unused *.json.jbuilder files
  • Remove jbuilder dependency

Partly adressed in PR #520