Social media component
This commit is contained in:
parent
069cc0eb4c
commit
59d1e2c723
21 changed files with 87 additions and 11 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddFacebookUrlToConference < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conferences, :facebook_url, :string
|
||||
end
|
||||
end
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
class AddGoogleUrlToConference < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conferences, :google_url, :string
|
||||
end
|
||||
end
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
class AddTwitterUrlToConference < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conferences, :twitter_url, :string
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue