Add Language model and LanguageController
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class CreateLanguages < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
create_table :languages do |t|
|
||||
t.string :name
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user