module Ecom module Model class ApplicationController < ActionController::API # protect_from_forgery with: :exception end end end