Displaying 1 result from an estimated 1 matches for "servcecontroller".
Did you mean:
servicecontroller
2007 Jun 05
1
undefined method <name> for Service:Module
...try to invoke the "ServiceController" we are getting an error like this
"undefined method find for Service:Module"
I guess some namespace collision is happening, internally in Rails 1.2.3
is Rails also using the same name "Service" so that it invokes the Rails
"ServceController" instead of our controller. Has anybody come across
this error.
As a workaround i guess if we rename our ServceController" to some other
name it might work, but we would like to do that only as the last
alternative, is there any workaround for the above problem (or) is there
a way in Rai...