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

Version Path
wbase-0.0.13 test/fixtures/wbase/plans.yml
wbase-0.0.12 test/fixtures/wbase/plans.yml
wbase-0.0.11 test/fixtures/wbase/plans.yml
wbase-0.0.10 test/fixtures/wbase/plans.yml
wbase-0.0.9 test/fixtures/wbase/plans.yml
wbase-0.0.8 test/fixtures/wbase/plans.yml
wbase-0.0.7 test/fixtures/wbase/plans.yml
wbase-0.0.6 test/fixtures/wbase/plans.yml
wbase-0.0.5 test/fixtures/wbase/plans.yml