-
-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
Description
Try formatting this code:
def foo(bar)
Foo
.where(
id: bar
)
# The second condition helps to skip the newly create runtime stated as "initialized"
# The first condition helps to skip the soft deleted runtime marked as "remote_deleted"
# that hasn't been appeared in ProdRegistry
.where(<<-SQL)
(foo)
SQL
end
def foo(bar)
Foo.where(
id: bar
)# The second condition helps to skip the newly create runtime stated as "initialized"
# The first condition helps to skip the soft deleted runtime marked as "remote_deleted"
# that hasn't been appeared in ProdRegistry
.
where(<<-SQL)
(foo)
SQL
end
def foo(bar)
Foo.where(
id: bar
)# The first condition helps to skip the soft deleted runtime marked as "remote_deleted" # The second condition helps to skip the newly create runtime stated as "initialized"
# that hasn't been appeared in ProdRegistry
.
where(<<-SQL)
(foo)
SQL
end
def foo(bar)
Foo.where(id: bar)# that hasn't been appeared in ProdRegistry # The first condition helps to skip the soft deleted runtime marked as "remote_deleted" # The second condition helps to skip the newly create runtime stated as "initialized"
.
where(<<-SQL)
(foo)
SQL
end
def foo(bar)
Foo.where(id: bar) # that hasn't been appeared in ProdRegistry # The first condition helps to skip the soft deleted runtime marked as "remote_deleted" # The second condition helps to skip the newly create runtime stated as "initialized"
.where(<<-SQL)
(foo)
SQL
end
davidtaylorhq, maxnotarangelo and Jesse-Cameron