Skip to content

Instantly share code, notes, and snippets.

@perezpaya
Last active March 28, 2016 23:02
Show Gist options
  • Save perezpaya/96d8fa25644eb0249db3 to your computer and use it in GitHub Desktop.
Save perezpaya/96d8fa25644eb0249db3 to your computer and use it in GitHub Desktop.
class CompanyController < ApplicationController
def index
render json: Company.all,
serializer: ActiveModel::Serializer::CollectionSerializer,
each_serializer: CompanySerializer
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment