teensyweb/
teensyweb/app/models/
teensyweb/app/views/account/
teensyweb/app/views/layouts/
teensyweb/app/views/notifications/
teensyweb/app/views/repository/
teensyweb/config/
teensyweb/config/environments/
teensyweb/db/migrate/
teensyweb/doc/
teensyweb/lib/
teensyweb/public/images/
teensyweb/public/javascripts/
teensyweb/public/stylesheets/
teensyweb/script/
teensyweb/script/performance/
teensyweb/script/process/
teensyweb/test/
teensyweb/test/fixtures/
teensyweb/test/fixtures/notifications/
<div class="app">
<%= start_form_tag( {:action=> "edit", :id => @forum.id }, {:method => 'post'}) %>
  <label>Name: <%= text_field_tag('name', @forum.name, {:size => '30'}) %></label><br />
  <label>Description: <%= text_field_tag('description', @forum.description, {:size => '80'}) %></label><br />
  <%= submit_tag("Save") %>
<%= end_form_tag %>
</div>