Availablizer

TravisCI Build Status

Converting your string to available.

for example:

"comment".availablize  # => "commentable"
"read".availablize     # => "readable"
"scare".availablize    # => "scareable"
"category".availablize # => "categorizable"

Installation

Add this line to your application's Gemfile:

gem 'availablizer'

And then execute:

$ bundle

Or install it yourself as:

$ gem install availablizer

Usage

It's all

require 'availablizer'

Contributing

  1. Fork it ( https://github.com/komagata/availablizer/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