WARNING: Use strings for Figaro configuration in rails migration -
i creating new rails migration it's show me error "warning: use strings figaro configuration. 3543009 converted "3543009"."
here migration
rails g paymentinfo post userid:integer type:string
figaro uses strictly strings. 1 of configuration values in application.yml file integer, , warning announce class transformation.
Comments
Post a Comment