Sha256: cf85d6d33c82a5935a4b64f95960c0e42e4e27453c0ba4ce71eccbbc037cc49f

Contents?: true

Size: 178 Bytes

Versions: 16

Compression:

Stored size: 178 Bytes

Contents

class SeedActiveFieldOfProfiles < ActiveRecord::Migration
  def change
    SocialNetworking::Profile.all.each do |profile|
      profile.update(active: true)
    end
  end
end


Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
social_networking-0.13.3 db/migrate/20141106104713_seed_active_field_of_profiles.rb
social_networking-0.13.2 db/migrate/20141106104713_seed_active_field_of_profiles.rb
social_networking-0.13.1 db/migrate/20141106104713_seed_active_field_of_profiles.rb
social_networking-0.13.0 db/migrate/20141106104713_seed_active_field_of_profiles.rb
social_networking-0.12.0 db/migrate/20141106104713_seed_active_field_of_profiles.rb
social_networking-0.11.8 db/migrate/20141106104713_seed_active_field_of_profiles.rb
social_networking-0.11.7 db/migrate/20141106104713_seed_active_field_of_profiles.rb
social_networking-0.11.6 db/migrate/20141106104713_seed_active_field_of_profiles.rb
social_networking-0.11.5 db/migrate/20141106104713_seed_active_field_of_profiles.rb
social_networking-0.11.4 db/migrate/20141106104713_seed_active_field_of_profiles.rb
social_networking-0.11.3 db/migrate/20141106104713_seed_active_field_of_profiles.rb
social_networking-0.11.2 db/migrate/20141106104713_seed_active_field_of_profiles.rb
social_networking-0.11.1 db/migrate/20141106104713_seed_active_field_of_profiles.rb
social_networking-0.11.0 db/migrate/20141106104713_seed_active_field_of_profiles.rb
social_networking-0.10.0 db/migrate/20141106104713_seed_active_field_of_profiles.rb
social_networking-0.9.3 db/migrate/20141106104713_seed_active_field_of_profiles.rb