Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 684 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 684 Bytes

Peek::Devise

Take a peek into the Devise info of your Rails application.

Things this peek view provides:

  • View the current logged in user both by omniauth or direct using warden

Installation

gem install peek-devise

Add this line to your application's Gemfile:

gem 'peek-devise'

And then execute:

$ bundle

Usage

Add the following to your config/initializers/peek.rb:

Peek.into Peek::Views::Devise

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request