All checks were successful
continuous-integration/drone/push Build is passing
Prototyping settings forms
10 lines
114 B
Ruby
10 lines
114 B
Ruby
class Admin::Settings::ServicesController < Admin::SettingsController
|
|
|
|
def index
|
|
end
|
|
|
|
def update
|
|
end
|
|
|
|
end
|