6 lines
104 B
Ruby
6 lines
104 B
Ruby
# frozen_string_literal: true
|
|
|
|
class SmsSettingsController < ApplicationController
|
|
def index; end
|
|
end
|