diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2015-10-23 14:54:19 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2015-10-23 15:00:02 +0900 |
commit | be0f3179d4458ba3bc8a026469e4acdc1bebd2df (patch) | |
tree | d2679b9c940cd8f08d402569758973e956f9ea65 /activerecord/lib/active_record/persistence.rb | |
parent | b9d1e101b4982dd9c9359b2824589c3783effa26 (diff) | |
download | rails-be0f3179d4458ba3bc8a026469e4acdc1bebd2df.tar.gz rails-be0f3179d4458ba3bc8a026469e4acdc1bebd2df.tar.bz2 rails-be0f3179d4458ba3bc8a026469e4acdc1bebd2df.zip |
Remove no need `binds.empty?` checking
`#exec_stmt` is private method and only called in `#exec_query`. it
means `binds` is provided always. No need `binds.empty?` checking.
Diffstat (limited to 'activerecord/lib/active_record/persistence.rb')
0 files changed, 0 insertions, 0 deletions