_form.html.haml
  = f.label :Select_Brand, "Select_Brand<em>*</em>".html_safe
  = collection_select(:brand_name, :brand_id, Brand.all, :id, :name,
:prompt => "Select a Brand" )


show.html.haml file
%table
  %tr
    %td
      Brand_Name :
    %td
      = @message.brand_id

After writing this code I am not able to see the brand name. Its not
giving any error but its giving blank field

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to