scinote-web/app/controllers/react/settings_controller.rb

9 lines
128 B
Ruby
Raw Normal View History

module React
class SettingsController < ApplicationController
layout 'application_react'
def index
end
end
end