7 lines
110 B
Ruby
7 lines
110 B
Ruby
class RetirementController < ApplicationController
|
|
|
|
def index
|
|
@info = current_user.retirement
|
|
end
|
|
end
|