Keith Lancaster wrote: > It *seems* to me that something in the user engine is overriding the > wsdl call or masking it in some way. I am going to continue to > investigate this, but any help would be greatly appreciated. > > Keith
The problem is fixed if :wsdl is removed from the following line in authorized_system.rb. hide_action :action_method_names, :wsdl, :deepcopy Not sure why this causes a problem only in the dispatch or layered case. Keith -- Posted via http://www.ruby-forum.com/. _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
