lib/gotransverse-tract-api/order/organization.rb in gotransverse-tract-api-0.0.4 vs lib/gotransverse-tract-api/order/organization.rb in gotransverse-tract-api-0.0.5
- old
+ new
@@ -2,9 +2,13 @@
module Order
class Organization
+ def self.find_all
+ GoTransverseTractApi.get_response_for(self.class)
+ end
+
end
end
end
\ No newline at end of file