README.md in devise_masquerade-0.0.1 vs README.md in devise_masquerade-0.0.2

- old
+ new

@@ -1,25 +1,28 @@ -# DeviseMasquerade +# Devise Masquerade -TODO: Write a gem description +It's a utility library for enabling functionallity like login as button for +admin. +If you have multi users application and sometimes you want to test functionally +using login of existing user without requesting the password, define login as +button with url helper and use it. + ## Installation Add this line to your application's Gemfile: gem 'devise_masquerade' And then execute: $ bundle -Or install it yourself as: - - $ gem install devise_masquerade - ## Usage -TODO: Write usage instructions here +In the view you can use url helper for defining link: + + = link_to "Login As", masquerade_path(user) ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)