Skip to content

Commit

Permalink
Use generic namespace rather than App-specific
Browse files Browse the repository at this point in the history
  • Loading branch information
buntine committed Sep 29, 2015
1 parent 19da525 commit 0739c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@ Run the migration generator:
Then, set your session store in `config/initializers/session_store.rb`:

```ruby
MyApp::Application.config.session_store :active_record_store, :key => '_my_app_session'
Rails.application.config.session_store :active_record_store, :key => '_my_app_session'
```

Configuration
Expand Down

0 comments on commit 0739c2d

Please sign in to comment.