11 lines
200 B
Ruby
11 lines
200 B
Ruby
# frozen_string_literal: true
|
|
|
|
module ButtsAreCool
|
|
class HomeController < ButtsAreCool::ApplicationController
|
|
include ::ApplicationController::CommonAssetRoutes
|
|
|
|
def index
|
|
end
|
|
end
|
|
end
|