Protected method in production environment

Hi, All

This is my first email in this group.

I am trying to invoke a protected method in controller, kind of like
this

SomeController.rb

before_filter :cache_action, :cache_path => Proc.new {
|controller|“path_to_what_i_want#{controller.current_platform}”}

the method current_platform is a protected method. It works well in
local development environment but raise an error that can not invoke
protected method while i deployed in production. This is weird, so
anybody know about this?

We use pushsion_passenger and nginx in production.

Kevin

On 3 November 2011 10:03, kevin [email protected] wrote:

development environment but raise an error that can not invoke protected
method while i deployed in production. This is weird, so anybody know
about this?

What happens if you run it in production mode on your development
machine?

Colin

For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.


gplus.to/clanlaw