active_model_serializersはデフォルトRuby風のスネークケースでレスポンスを返しますが、キャメルケースにするのは簡単で、イニシャライザフォルダの中で定義すればいいです。
config/initializers/active_model_serializers.rb
ActiveModelSerializers.config.key_transform = :camel_lower
サーバーの再起動が必要です
Go to list of users who liked
More than 3 years have passed since last update.
active_model_serializersはデフォルトRuby風のスネークケースでレスポンスを返しますが、キャメルケースにするのは簡単で、イニシャライザフォルダの中で定義すればいいです。
ActiveModelSerializers.config.key_transform = :camel_lower
サーバーの再起動が必要です
Register as a new user and use Qiita more conveniently
Go to list of users who liked