mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-11 03:40:20 +00:00
Create Api::BaseController to allow use of ActiveModelSerializers
Also add index action to Api::CustomersController
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module Api
|
||||
class StatusesController < BaseController
|
||||
class StatusesController < ::BaseController
|
||||
respond_to :json
|
||||
|
||||
def job_queue
|
||||
|
||||
Reference in New Issue
Block a user