Add support to choose the sheet within google spreadsheets

This commit is contained in:
2020-06-10 15:50:15 +02:00
parent 7eb0ca6753
commit e64fa197aa
6 changed files with 91 additions and 71 deletions

View File

@@ -0,0 +1,5 @@
class AddGoogleSpreadsheetSheetToForms < ActiveRecord::Migration[6.0]
def change
add_column :forms, :google_spreadsheet_sheet, :string
end
end