# Simple Switch Simple Feature Switch Engine [![Code Climate](https://codeclimate.com/github/Sen-Zhang/simple_switch/badges/gpa.svg)](https://codeclimate.com/github/Sen-Zhang/simple_switch) ## Requirement * Ruby 2.0+ * Rails 3.0+ ## Installation Add this line to your application's Gemfile: ```ruby gem 'simple_switch' ``` And then execute: $ bundle Or install it yourself as: $ gem install simple_switch ## Usage TODO