5 lines
77 B
Ruby
5 lines
77 B
Ruby
class Admin::ProfileController < ApplicationController
|
|
def show
|
|
|
|
end
|
|
end
|