Sha256: a256fe3c7d3b340b4f696d4fbd9e45876c18d08d8d77b748bc052b7b796b63f5

Contents?: true

Size: 584 Bytes

Versions: 2

Compression:

Stored size: 584 Bytes

Contents

===============================================================================

1. Ensure you have root_url in your config/routes.rb.
   For example: root :to => "home#index"

2. Run 'rake current_user:sign_in_path' to see a path to your sign in page.

3. Customize configuration using 'config/initializers/current_user.rb'

4. Customize a unique authentication token for your application
   by changing 'config/current_user/key'
   Note: only the first line of the key file will be taken into account.

===============================================================================

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
current_user-0.1.0 lib/generators/templates/README
current_user-0.0.1 lib/generators/templates/README