Sha256: eef77aee845de5fd7183627e45054e437915de6be69ca35c7b4741265cedc51e
Contents?: true
Size: 546 Bytes
Versions: 18
Compression:
Stored size: 546 Bytes
Contents
class CreateUser < ActiveRecord::Migration def self.up User.create :email => 'bschagas@webredonda.com.br', :password => '12345678', :name => 'Bruno', :surname => 'Chagas', :avatar => '', :birthday => '1984-01-11', :ocupation => 'Designer', :phone => '(61) 8198-0007', :autorization => true User.create :email => 'david@webredonda.com.br', :password => '12345678', :name => 'David', :surname => 'Leandro', :avatar => '', :birthday => '1992-01-21', :ocupation => 'Programmer', :phone => '(61) 9156-7945', :autorization => true end end
Version data entries
18 entries across 18 versions & 1 rubygems