Skip to content

Instantly share code, notes, and snippets.

@jsqu99
Created February 22, 2012 03:28
Show Gist options
  • Save jsqu99/1881080 to your computer and use it in GitHub Desktop.
Save jsqu99/1881080 to your computer and use it in GitHub Desktop.
mysql> select * from spree_calculators where calculable_type = 'Spree::ShippingMethod';
+------+---------------------------------------------+---------------+-----------------------+---------------------+---------------------+----------+
| id | type | calculable_id | calculable_type | created_at | updated_at | advanced |
+------+---------------------------------------------+---------------+-----------------------+---------------------+---------------------+----------+
| 83 | Spree::Calculator::Shipping | 1 | Spree::ShippingMethod | 2011-04-26 22:44:39 | 2011-04-26 22:44:39 | 0 |
| 84 | Spree::Calculator::Fedex::StandardOvernight | 2 | Spree::ShippingMethod | 2011-04-29 20:29:13 | 2011-04-29 20:29:13 | 0 |
| 85 | Spree::Calculator::FlatRate | 3 | Spree::ShippingMethod | 2011-06-22 18:46:33 | 2011-06-22 18:46:33 | 0 |
| 4029 | Spree::Calculator::Fedex | 4 | Spree::ShippingMethod | 2011-12-08 17:47:46 | 2011-12-08 17:47:46 | 1 |
| 4030 | Spree::Calculator::Fedex | 5 | Spree::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