# allow this to be used outside of full Rails init this_dir = File.dirname(__FILE__) $: << this_dir unless $:.include?(this_dir) #require 'trigga/param_fu' Dir[File.join(File.dirname(File.expand_path(__FILE__)),"param_fu","*.rb")].each {|f| require f }