7 lines
79 B
Ruby
7 lines
79 B
Ruby
class Settings::ProfileController < SettingsController
|
|
|
|
def index
|
|
end
|
|
|
|
end
|