Ruby on Railsの新機能で、初期設定でいくつかの変更を加える必要があるいくつかの宝石を使用しようとしています。
こちらでは、設定パラメータを変更する必要があることを示しています。私はこれをどこで見つけるのですか?1.9とレール3
ありがとう
ベストアンサー
You can put that code anywhere — if it’s setting up and
configuring objects that will be used throughout your app and you
want it run when the app starts, you can put it in an initializer.
config/initializers/APNS.rb