/handicraft_helper

provide some useful rails 2.x helpers

Primary LanguageRubyOtherNOASSERTION

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