And posting that has made me see one of the problems - brainfart here:
class ReflectionsController < ActionController::Base
when it should be inheriting from ApplicationController
!
Changing that fixes the JSON issue.
And posting that has made me see one of the problems - brainfart here:
class ReflectionsController < ActionController::Base
when it should be inheriting from ApplicationController
!
Changing that fixes the JSON issue.