diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2016-07-28 16:29:26 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2016-07-28 16:29:26 +0900 |
commit | 5546f2d7122241d5b0c95fafeb4e70718a255f90 (patch) | |
tree | 1ad70752b5c304f63741420a99d2390d0863d88d /tasks | |
parent | 4211a29902eac95e67e9fed2b9dfce7a1f1d2799 (diff) | |
download | rails-5546f2d7122241d5b0c95fafeb4e70718a255f90.tar.gz rails-5546f2d7122241d5b0c95fafeb4e70718a255f90.tar.bz2 rails-5546f2d7122241d5b0c95fafeb4e70718a255f90.zip |
Avoid calling `current_database` in `table_comment`
`current_database` executes a query and `table_comment` is called to all
tables even if a table does not have a comment. Using `current_database`
increases extra queries.
Diffstat (limited to 'tasks')
0 files changed, 0 insertions, 0 deletions