7 lines
93 B
Ruby
7 lines
93 B
Ruby
class HomeController < ActionController::Base
|
|
|
|
def show; end
|
|
|
|
def unknown; end
|
|
|
|
end |