ihower / handicraft_helper

provide some useful rails helpers

This URL has Read+Write access

ihower (author)
Fri Oct 16 19:16:07 -0700 2009
commit  831549cc26040eff4291e8ea660b42daf3ee432f
tree    533fa377d4d14ce3058693ba1397eb11f2d2a295
parent  6aca027fa1bb6568c5c491ad4f1a56f7a2491dc1
name age message
file README Loading commit data...
file init.rb
directory lib/
README
Author:: Wen-Tien Chang(mailto:ihower@handlino.com)
Copyright:: Copyright (c) 2009 Handlino Inc.
Licensed under the MIT: http://www.opensource.org/licenses/mit-license.php

handicraft_helper is some lovely Rails helper

USAGE:

in your application_controller.rb

class ApplicationController < ActionController::Base
  
  helper Handicraft::Helper
  
end