Sha256: 538fcd51d70b43a77e9586c8113bed7be999174f12f3991c2fbbf6ccf0a5aac4
Contents?: true
Size: 813 Bytes
Versions: 49
Compression:
Stored size: 813 Bytes
Contents
# == Schema Information # # Table name: wbase_subscriptions # # id :integer not null, primary key # stripe_id :string not null # plan_id :integer not null # last_four :string # coupon_id :integer # card_type :string # current_price :integer # user_id :integer not null # paid_thru :datetime # credit_card_token :string # created_at :datetime not null # updated_at :datetime not null # # Indexes # # index_wbase_subscriptions_on_plan_id (plan_id) # index_wbase_subscriptions_on_user_id (user_id) # require 'test_helper' module Wbase class SubscriptionTest < ActiveSupport::TestCase # test "the truth" do # assert true # end end end
Version data entries
49 entries across 49 versions & 1 rubygems