20210323114347_create_follow_recommendations.rb 159 B

1234567
  1. # frozen_string_literal: true
  2. class CreateFollowRecommendations < ActiveRecord::Migration[5.2]
  3. def change
  4. create_view :follow_recommendations
  5. end
  6. end