Sha256: c5f2a40f72aca5054309e0c0570c51eb1ebca93ecfa120428c24d1bfc9c56c98

Contents?: true

Size: 178 Bytes

Versions: 7

Compression:

Stored size: 178 Bytes

Contents

Rails.application.routes.draw do
  scope ActiveStorage.routes_prefix do
    get "/blobs/info/:signed_id" => "bard/file_field/blobs#show", as: :rails_service_blob_info
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bard-file_field-0.1.6 config/routes.rb
bard-file_field-0.1.5 config/routes.rb
bard-file_field-0.1.4 config/routes.rb
bard-file_field-0.1.3 config/routes.rb
bard-file_field-0.1.2 config/routes.rb
bard-file_field-0.1.1 config/routes.rb
bard-file_field-0.1.0 config/routes.rb