app/models/stripe_local/customer.rb in stripe_local-0.2.2 vs app/models/stripe_local/customer.rb in stripe_local-0.2.3
- old
+ new
@@ -57,20 +57,19 @@
def metadata
MultiJson.load read_attribute( :metadata ), symbolize_keys: true
end
-#=!=>>>
-# ~<Schema>~
-# t.string :id
-# t.integer :account_balance
-# t.string :default_card
-# t.boolean :delinquent
-# t.string :description
-# t.string :email
-# t.text :metadata
-# t.integer :model_id
-# t.timestamps
-
-#=¡=>>>
end
+#=!=#
+# ==Database Schema
+#
+# string :id
+# integer :account_balance
+# string :default_card
+# boolean :delinquent
+# string :description
+# string :email
+# text :metadata
+# integer :model_id
+#=¡=#
end