Add dictionary ingest and view
Dictionary json ingest to database, view populated with database contents
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
class DictionaryController < ApplicationController
|
||||
def index
|
||||
@parts_of_speech = PartOfSpeech.all
|
||||
@words = Word.all
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user