<%= error_messages_for :page %> <%= form_for :page, :action => url(:page) do %>
Create a page

Name

<%= text_field :name, :size => 50 -%>

Department

<%= text_field :department, :size => 50 -%>

Description

<%= text_area :description, :rows => 10, :cols => 70 -%>

Tags

<%= text_field :tag_names, :size => 30 -%>


<%= submit 'Create' %>

<% end =%>