Configure language of events
This commit is contained in:
parent
ad0a8eecf2
commit
6c87995050
16 changed files with 115 additions and 16 deletions
5
db/migrate/20160320220630_add_languages_to_program.rb
Normal file
5
db/migrate/20160320220630_add_languages_to_program.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class AddLanguagesToProgram < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :programs, :languages, :string
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue