8 lines
96 B
Ruby
8 lines
96 B
Ruby
class Admin::UsersController < ApplicationController
|
|
def edit
|
|
end
|
|
|
|
def update
|
|
end
|
|
end
|