Description:
Generates a serializer for the given resource. If no arguments is passed in, this generator will serialize the all columns from a giving model. On the contrary, I think you already know what will happen :)
Example:
rails generate aginx:serializer api/v1/user This will create: /serializers/api/v1/user_serializer.rb