[Rails] how call method from model to controller in rails 3
Hi,
i want to know how to use method from model to be used in
controller like
sale.rb model
def list
# some stuff
end
employee controller
def show
@stamp = Sale.list
end
which shows me following error
undefined method `list'
how to over come this problem?
thanks,
-pab
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home