Cardamom: Spice up your Cuba app!
Helpers for Cuba apps
Installation
Simply run
$ gem install cardamom
Usage
Only use what you need. For instance, if you just want to use string_helpers
add this code to your application:
require 'cardamom/string_helpers'
Cuba.plugin Cardamom::StringHelpers
To use ALL helpers available:
require 'cardamom'
Cuba.plugin Cardamom
Available Helpers
As of today, available helpers are:
- StringHelpers
- HashHelpers
- JsonHelpers
- ResponseHelpers
License
Cardamom is released under the MIT License.