Sha256: 900ca72eb2c75420b3cc686f4131e0724313d270eb5974e8be397c1b318b0740
Contents?: true
Size: 261 Bytes
Versions: 4
Compression:
Stored size: 261 Bytes
Contents
# frozen_string_literal: true Yext::Api::Engine.routes.draw do scope :agreements, module: :agreements do resources :add_request, only: %i[create] end scope :powerlistings, module: :powerlistings do resources :listing, only: %i[create] end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
yext-api-0.1.11 | config/routes.rb |
yext-api-0.1.10 | config/routes.rb |
yext-api-0.1.9 | config/routes.rb |
yext-api-0.1.8 | config/routes.rb |