actionview-consistent_fallback

Gem Version Build Status Code Climate Test Coverage

This Action View plugin allows you to fallback to the default layout and partials when there is no variant template corresponding to each request variant.

Installation

Add this line to your application's Gemfile:

gem 'actionview-consistent_fallback'

And then execute:

$ bundle

Or install it yourself as:

$ gem install actionview-consistent_fallback

Usage

TODO: Write how to use the plugin

Contributing

You should follow the steps below.

  1. Fork the repository
  2. Create a feature branch: git checkout -b add-new-feature
  3. Commit your changes: git commit -am 'Add new feature'
  4. Push the branch: git push origin add-new-feature
  5. Send us a pull request

License

The gem is available as open source under the terms of the MIT License.