akkounts/app/controllers/settings_controller.rb

5 lines
71 B
Ruby

class SettingsController < ApplicationController
def index
end
end