mirror of
https://github.com/lloeki/rebel.git
synced 2025-12-06 10:04:39 +01:00
Fix circular argument reference
This commit is contained in:
parent
422defeecd
commit
97f5214da7
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ module Rebel::SQL
|
|||
exec(Rebel::SQL.drop_table(table_name))
|
||||
end
|
||||
|
||||
def select(*fields, distinct: distinct, from: nil, where: nil, inner: nil, left: nil, right: nil, group: nil, order: nil, limit: nil, offset: nil)
|
||||
def select(*fields, distinct: nil, from: nil, where: nil, inner: nil, left: nil, right: nil, group: nil, order: nil, limit: nil, offset: nil)
|
||||
exec(Rebel::SQL.select(*fields,
|
||||
distinct: distinct,
|
||||
from: from,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue