ますは適当にscaffold。 ruby script/generate scaffold topic title:string app/views/layout/topics.html.haml !!! %html %head %meta{'http-equiv' => 'content-type', :content => 'text/html;charset=UTF-8'} %title= 'Topics:' + controller.action_name = stylesheet_link_tag 'scaffold' %body %p{:style => 'color: green'}= flash[:notice] = yield app/views/topics/index.html.haml %h1 Listing topics %table %tr %th Title