how would i display data in my spList view from my Controller sportList ..??
I want to fetch this data from database..Model has been created for table 
name Sports..
{class Sports < ActiveRecord::Base
  attr_accessible :date_created, :deleted, :id, :last_updated, 
:sports_name, :version
  
end}


which database query should I write in sportList Controller to dispylay 
data in spList view....please suggess...

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-core/-/zXizQ4SC_bkJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en.

Reply via email to