notebook/app/controllers/navigator_controller.rb
2017-05-01 15:35:03 +01:00

8 lines
197 B
Ruby

class NavigatorController < ApplicationController
layout 'app'
def index
@content_types = %w(Characters Locations Items Creatures Races Religions Groups Magics Languages Scenes)
end
end