6 lines
67 B
Ruby
6 lines
67 B
Ruby
class UserController < ApplicationController
|
|
|
|
def new
|
|
|
|
end
|
|
end
|