Sha256: 6f937f428442df20b5a569d93767b7a88a1e3b32add9e57ebfa6d366efd75344

Contents?: true

Size: 498 Bytes

Versions: 6

Compression:

Stored size: 498 Bytes

Contents

# This file should contain all the record creation needed to seed the database with its default values.
# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup).
#
# Examples:
#   
#   cities = City.create([{ :name => 'Chicago' }, { :name => 'Copenhagen' }])
#   Major.create(:name => 'Daley', :city => cities.first)
Account.create(:name => "wallet")
Category.create(:name => "Sarary", :kind => "Income")
Category.create(:name => "Foods", :kind => "Expense")

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
moneyrail-0.1.6 db/seeds.rb
moneyrail-0.1.5 db/seeds.rb
moneyrail-0.1.4 db/seeds.rb
moneyrail-0.1.2 db/seeds.rb
moneyrail-0.1.1 db/seeds.rb
moneyrail-0.1.0 db/seeds.rb