class SettingsController < ApplicationController def index end def show end def create end def update end def destroy end end