Displaying 1 result from an estimated 1 matches for "partila".
Did you mean:
partial
2006 Feb 16
1
Newby: Getting "unitialized constant SockServ" -- help
.../1.8/gems/activesupport-1.2.5/lib/active_support/dependencies.rb:200:in
`const_missing''
#{RAILS_ROOT}/app/controllers/mindreadr_controller.rb:15:in
`get_reordered_images''
This error occured while loading the following files:
sock_serv.rb
This is in my ApplicationController (partila)
def get_reordered_images
# eventually send in image IDs, for now, send in nothing, just get
images
@response = SockServ.open_send_receive
# now unwrap XML response, and create list of image IDs to display
render(:layout => false)
end
This is in my apps/models dire...