Skip to content

Commit

Permalink
Merge pull request rpush#185 from latortuga/patch-2
Browse files Browse the repository at this point in the history
Fix typo in Oracle support
  • Loading branch information
ileitch committed Jul 28, 2015
2 parents f4f4f79 + 484f82c commit 9bcfa30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rpush/daemon/store/active_record.rb
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def mark_processing(notifications)

def claim(relation)
notifications = relation.lock(true).to_a
@using_oracle ? notification.sort_by(&:created_at) : notifications
@using_oracle ? notifications.sort_by(&:created_at) : notifications
end

def adapter_name
Expand Down

0 comments on commit 9bcfa30

Please sign in to comment.