I'm new to Ruby on Rails and I'm having a problem with creating categories.
Ruby on Rails gives this message when trying to to view the categories:
 <div class="field">
   <%= f.label :category %><br /> 
   <%= f.collection_select :category_id, @categories, :id, :name, :prompt => true %>
 </div>
 <div class="field">