Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

Commit

Permalink
Fix failing spec
Browse files Browse the repository at this point in the history
  • Loading branch information
loren committed Nov 10, 2014
1 parent e8b64df commit 203b341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/position_opening.rb
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def get_external_ids_by_source(source)
from_index += search.results.count
total = search.results.total
end while external_ids.count < total
external_ids
external_ids.flatten
end

def url_for_position_opening(position_opening)
Expand Down

0 comments on commit 203b341

Please sign in to comment.