6 lines
95 B
Ruby
6 lines
95 B
Ruby
class HomeController < ApplicationController
|
|
def index
|
|
puts "@@@@@@@@@@@@@@@@"
|
|
end
|
|
end
|