Social media component

This commit is contained in:
Gopesh Tulsyan 2014-06-02 17:44:43 +05:30
parent 069cc0eb4c
commit 59d1e2c723
21 changed files with 87 additions and 11 deletions

View file

@ -81,6 +81,9 @@ ActiveRecord::Schema.define(version: 20140605125153) do
t.text "description"
t.text "registration_description"
t.text "ticket_description"
t.string "facebook_url"
t.string "google_url"
t.string "twitter_url"
end
create_table "conferences_questions", id: false, force: true do |t|