選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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/