module AWS::Rails

def self.setup

Returns:
  • (nil) -
def self.setup
  load_yaml_config
  add_action_mailer_delivery_method
  log_to_rails_logger
  nil
end