File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/aws/session_store/dynamo_db Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ def config_file_path(options)
268
268
269
269
# @return [String] Rails configuraton path to YAML file default.
270
270
def rails_config_file_path
271
- File . join ( Rails . root , "config" , "dynamo_db_session .yml" )
271
+ File . join ( Rails . root , "config" , "sessionstore/dynamodb .yml" )
272
272
end
273
273
274
274
# Set accessible attributes after merged options.
Original file line number Diff line number Diff line change 15
15
module AWS ::SessionStore ::DynamoDB
16
16
class Railtie < Rails ::Railtie
17
17
initializer 'aws-sessionstore-dynamodb-rack-middleware' do
18
- ActionDispatch ::Session ::DynamoDbStore = AWS ::SessionStore ::DynamoDB ::RackMiddleware
18
+ ActionDispatch ::Session ::DynamodbStore = AWS ::SessionStore ::DynamoDB ::RackMiddleware
19
19
end
20
20
21
21
# Load all rake tasks
You can’t perform that action at this time.
0 commit comments