class DictionaryController < ApplicationController
def index
@parts_of_speech = PartOfSpeech.all
@words = Word.all
end