Skip to content

Instantly share code, notes, and snippets.

@jsqu99
Created February 22, 2012 03:26
Show Gist options
  • Save jsqu99/1881073 to your computer and use it in GitHub Desktop.
Save jsqu99/1881073 to your computer and use it in GitHub Desktop.
mysql> select * from spree_calculators where calculable_type = 'ShippingMethod';
+------+--------------------------------------+---------------+-----------------+---------------------+---------------------+----------+
| id | type | calculable_id | calculable_type | created_at | updated_at | advanced |
+------+--------------------------------------+---------------+-----------------+---------------------+---------------------+----------+
| 83 | Calculator::Shipping | 1 | ShippingMethod | 2011-04-26 22:44:39 | 2011-04-26 22:44:39 | 0 |
| 84 | Calculator::Fedex::StandardOvernight | 2 | ShippingMethod | 2011-04-29 20:29:13 | 2011-04-29 20:29:13 | 0 |
| 85 | Calculator::FlatRate | 3 | ShippingMethod | 2011-06-22 18:46:33 | 2011-06-22 18:46:33 | 0 |
| 4029 | Calculator::FedEx | 4 | ShippingMethod | 2011-12-08 17:47:46 | 2011-12-08 17:47:46 | 1 |
| 4030 | Calculator::FedEx | 5 | ShippingMethod | 2011-12-08 17:47:46 | 2011-12-08 17:47:46 | 1 |
+------+--------------------------------------+---------------+-----------------+---------------------+---------------------+----------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment