diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2016-02-08 04:19:34 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2016-02-08 04:28:38 +0900 |
commit | bf25ab9523e628c83ca4bd26a4b4d1d1ca84f723 (patch) | |
tree | 1b514258e6f8a511e2955a429f857c073abeca26 /actionpack/lib/action_dispatch/middleware/stack.rb | |
parent | 8526e9bed21a119266e886c3316d3fe10c9af5ce (diff) | |
download | rails-bf25ab9523e628c83ca4bd26a4b4d1d1ca84f723.tar.gz rails-bf25ab9523e628c83ca4bd26a4b4d1d1ca84f723.tar.bz2 rails-bf25ab9523e628c83ca4bd26a4b4d1d1ca84f723.zip |
`schema_type` returns symbol rather than string
A return value of `schema_type` is used by:
1. primary key type: using as `symbol.inspect`
2. normal column type: using as `symbol.to_s`
It is better to return symbol.
Diffstat (limited to 'actionpack/lib/action_dispatch/middleware/stack.rb')
0 files changed, 0 insertions, 0 deletions