Most likely this will be fixed by capitalizing the "p" in public.find_all . Also, current usage is find(:all) rather than find_all, so the complete method would look like:
Public.find(:all)
Daniel
Matthew wrote:
Most likely this will be fixed by capitalizing the "p" in public.find_all . Also, current usage is find(:all) rather than find_all, so the complete method would look like:
Public.find(:all)
Daniel
Matthew wrote: