On 3 November 2011 10:03, kevin <[email protected]> wrote: > 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?
What happens if you run it in production mode on your development machine? Colin > We use pushsion_passenger and nginx in production. > > Kevin > > -- > 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 [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-talk?hl=en. > -- gplus.to/clanlaw -- 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 [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-talk?hl=en.

