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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request