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