A library of helpers for Amber Framework.
Add this to your application's shard.yml:
dependencies:
jasper_helpers:
github: amberframework/jasper-helpers
require "jasper_helpers"
class ApplicationController < Amber::Controller::Base
include JasperHelpers
LAYOUT = "application.slang"
end
- Fork it ( https://github.com/amberframework/Jasper-Helpers/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- elorest Isaac Sloan - Maintainer
- skunkworker John Bolliger Maintainer