You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

init.rb 265B

1234567
  1. require 'action_web_service'
  2. # These need to be in the load path for action_web_service to work
  3. Dependencies.load_paths += ["#{RAILS_ROOT}/app/apis"]
  4. # AWS Test helpers
  5. require 'action_web_service/test_invoke' if ENV['RAILS_ENV'] && ENV['RAILS_ENV'] =~ /^test/