diff --git a/db/migrate/20140805205626_bootstrap_profile_suggestions.rb b/db/migrate/20140805205626_bootstrap_profile_suggestions.rb new file mode 100644 index 0000000..50d95c8 --- /dev/null +++ b/db/migrate/20140805205626_bootstrap_profile_suggestions.rb @@ -0,0 +1,9 @@ +class BootstrapProfileSuggestions < ActiveRecord::Migration + def up + ProfileSuggestion.generate_all_profile_suggestions + end + + def down + ProfileSuggestion.delete_all + end +end -- libgit2 0.21.2