Sha256: 05194192ff29a07308d42d447b36ff1b3451156b23e792eebb80225f316b8061

Contents?: true

Size: 783 Bytes

Versions: 7

Compression:

Stored size: 783 Bytes

Contents

require_relative 'boot'

require 'rails/all'
require_relative '../lib/middlewares/trello_payload_params_handler.rb'
# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)

module Oauth2App
  class Application < Rails::Application
    # Initialize configuration defaults for originally generated Rails version.
    config.load_defaults 5.2

    # Settings in config/environments/* take precedence over those specified here.
    # Application configuration can go into files in config/initializers
    # -- all .rb files in that directory are automatically loaded after loading
    # the framework and any gems in your application.
    config.middleware.use TrelloPayloadParamsHandler
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hubspot-api-client-9.0.0 sample-apps/trello-integration-app/config/application.rb
hubspot-api-client-8.0.1 sample-apps/trello-integration-app/config/application.rb
hubspot-api-client-8.0.0 sample-apps/trello-integration-app/config/application.rb
hubspot-api-client-7.3.0 sample-apps/trello-integration-app/config/application.rb
hubspot-api-client-7.2.0 sample-apps/trello-integration-app/config/application.rb
hubspot-api-client-7.1.1 sample-apps/trello-integration-app/config/application.rb
hubspot-api-client-7.1.0 sample-apps/trello-integration-app/config/application.rb