Add possibility to link to mastodon

This commit is contained in:
Jan-Frederik Rieckers 2017-12-01 20:40:46 +01:00 committed by Ana María Martínez Gómez
parent 979377f2df
commit e1e0bdb4fc
13 changed files with 92 additions and 4 deletions

View file

@ -0,0 +1,5 @@
class AddMastodonToContact < ActiveRecord::Migration
def change
add_column :contacts, :mastodon, :string
end
end