6 lines
91 B
Ruby
6 lines
91 B
Ruby
class HomeController < ApplicationController
|
|
def index
|
|
@counts = Total.all
|
|
end
|
|
end
|