# CarnivalDeviseViews Generate Devise Views for Carnival applications ## Installation Add this line to your application's Gemfile: ```ruby gem 'carnival_devise_views' ``` And then execute: $ bundle Or install it yourself as: $ gem install carnival_devise_views ## Usage $ rails g carnival_devise_views:install ## Options ### Folder Name $ rails g carnival_devise_views:install admin_user ### Haml Views $ rails g carnival_devise_views:install --haml ### Sass $ rails g carnival_devise_views:install --sass ## Contributing 1. Fork it ( https://github.com/Vizir/carnival_devise_views/fork ) 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 a new Pull Request