LoginSignup
0
1

More than 3 years have passed since last update.

【Ruby on Rails】active_model_serializersのキーをキャメルケースにする方法

Posted at

active_model_serializersはデフォルトRuby風のスネークケースでレスポンスを返しますが、キャメルケースにするのは簡単で、イニシャライザフォルダの中で定義すればいいです。

config/initializers/active_model_serializers.rb
ActiveModelSerializers.config.key_transform = :camel_lower

サーバーの再起動が必要です

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1