Cardamom: Spice up your Cuba app!
Helpers for Cuba apps
Installation
Simply run
$ gem install cardamomUsage
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::StringHelpersTo use ALL helpers available:
require 'cardamom'
Cuba.plugin CardamomAvailable Helpers
As of today, available helpers are:
- StringHelpers
- HashHelpers
- JsonHelpers
- ResponseHelpers
License
Cardamom is released under the MIT License.