Hi I created A folder book and created a database mysql.now I create a
form new.rhtml.now I am running it it is not submitting data in database
can u tell me what is problem what should I chang
this is my new.rhtml file
<% form_for :classified do |f| %>
Title:
<%= f.text_field :title %>
price:
<%= f.text_field :price %>
Location:
<%=f.text_field:location%>
Description:
<%=f.text_area:description%>
Email:
<%=f.text_field:email%>
<%=submit_tag%>
<%end%> and controller is an attechment it's urgent thanks