Sha256: 7e9f1958d8305087b35b1ed3e3ed2a3e45b2e8df468e3c2502f8234dc5c79899
Contents?: true
Size: 967 Bytes
Versions: 49
Compression:
Stored size: 967 Bytes
Contents
# == Schema Information # # Table name: wbase_plans # # id :integer not null, primary key # name :string not null # stripe_id :string not null # price :integer not null # interval :string default("monthly") # features :text # highlight :boolean default(FALSE) # display_order :integer default(0) # created_at :datetime not null # updated_at :datetime not null # # Indexes # # index_wbase_plans_on_name (name) # index_wbase_plans_on_stripe_id (stripe_id) # # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html one: name: MyString stripe_id: MyString price: 1 interval: MyString features: MyText highlight: false display_order: 1 two: name: MyString stripe_id: MyString price: 1 interval: MyString features: MyText highlight: false display_order: 1
Version data entries
49 entries across 49 versions & 1 rubygems