File size: 134 Bytes
def1299
 
 
 
 
1
2
3
4
5
6
class StatusesController < ApplicationController
  def index
    render json: Status.all, each_serializer: StatusSerializer
  end
end