Skip to content
This repository has been archived by the owner on Jun 13, 2018. It is now read-only.

Commit

Permalink
add shipwire to Carriers.all
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmacaulay committed Dec 4, 2009
1 parent 577c76b commit fd4b7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_shipping/shipping/carriers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module Shipping
module Carriers
class <<self
def all
[BogusCarrier, UPS, USPS, FedEx]
[BogusCarrier, UPS, USPS, FedEx, Shipwire]
end
end
end
Expand Down

0 comments on commit fd4b7dd

Please sign in to comment.