Add public interests validation and show interests on user profile
This commit is contained in:
committed by
Senén Rodero Rodríguez
parent
bce28afe36
commit
19820e4432
@@ -0,0 +1,5 @@
|
||||
class AddPublicInterestsToUser < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :public_interests, :boolean, default: false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user