Sha256: 5edb4d90f2baccde910747b20118baa92b43fc23fe9e2023239a70ff88739078
Contents?: true
Size: 394 Bytes
Versions: 3
Compression:
Stored size: 394 Bytes
Contents
# frozen_string_literal: true require_relative 'action_dispatch/session/dynamo_db_store' module Aws module ActionDispatch module DynamoDb VERSION = File.read(File.expand_path('../VERSION', __dir__)).strip # @api private class Railtie < ::Rails::Railtie rake_tasks do load 'tasks/dynamo_db/session_store.rake' end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems