class HelloController < AlController # デフォルトのアクション def action_index() puts "Hello world." end end