Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (byebug) frame 6
- [217, 226] in /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activerecord-4.2.10/lib/active_record/connection_adapters/mysql2_adapter.rb
- 217: super
- 218: end
- 219:
- 220: def exec_query(sql, name = 'SQL', binds = [])
- 221: result = execute(sql, name)
- => 222: ActiveRecord::Result.new(result.fields, result.to_a)
- 223: end
- 224:
- 225: alias exec_without_stmt exec_query
- 226:
- (byebug)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement