Creating scope :public. Overwriting existing method Project.public.
Created by: erroric
This message is annoying in the production.log Here is an description, why it happens: http://stackoverflow.com/questions/7658359/what-is-objectprivate-and-objectpublic-in-ruby
Product model has scope :public which replaces native Object method `public' Maybe it should be renamed to something like :public_access ?