Thursday, June 04, 2026 1:27:21 AM
> home_controller.rb
# frozen_string_literal: true

class HomeController < ApplicationController
  def index
    command_count = ESM::CommandDetail.all.size
    years_alive = Date.today.year - 2018
    render locals: {command_count:, years_alive:}
  end
end
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 4294fb2