2007-12-10 20:58:07 +03:00
|
|
|
require 'action_web_service'
|
|
|
|
|
|
|
|
# These need to be in the load path for action_web_service to work
|
2008-12-14 18:36:59 +03:00
|
|
|
ActiveSupport::Dependencies.load_paths += ["#{RAILS_ROOT}/app/apis"]
|
2007-12-10 20:58:07 +03:00
|
|
|
|
|
|
|
# AWS Test helpers
|
2008-01-20 17:24:19 +03:00
|
|
|
require 'action_web_service/test_invoke' if ENV['RAILS_ENV'] && ENV['RAILS_ENV'] =~ /^test/
|