5 lines
71 B
Ruby
5 lines
71 B
Ruby
class SettingsController < ApplicationController
|
|
def index
|
|
end
|
|
end
|