<%= form_for(story) do |f| %> No. <%= f.number_field :t, :size => 3 %> <%= f.hidden_field :comic_id %> <%= f.submit t 'stories.move' %> <% end %>