module ViewModel::Controller

def render_json_string(response, status: nil)

def render_json_string(response, status: nil)
  render(json: response, status: status)
end