# デフォルトアクション(リスト表示) def action_index() address_book = AddressBook.new @alldata = address_book.all() AlTemplate.run("index.rhtml") end