cirandas.net

ref: master

db/migrate/20140805205626_bootstrap_profile_suggestions.rb


1
2
3
4
5
6
7
8
9
class BootstrapProfileSuggestions < ActiveRecord::Migration
  def up
    ProfileSuggestion.generate_all_profile_suggestions
  end

  def down
    ProfileSuggestion.delete_all
  end
end