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

8 lines
125 B
Ruby

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