rpheath / acts_as_lookup

Rails plugin: provides a convenient way to deal with lookup tables and drop downs menus.

This URL has Read+Write access

rpheath (author)
Sat May 03 22:17:03 -0700 2008
commit  fc053ca9607d2ade8e99b8af7ec6a66ad17e9d6a
tree    6687386083ec32e15da68778fe0df15cafe0734e
parent  5d1a72a5ba69e94e17e4e1e7cd5173227133ddb2
acts_as_lookup / init.rb
78e1c637 » rpheath 2008-05-01 initial commit 1 require 'acts_as_lookup'
2
d28c7740 » rpheath 2008-05-01 renamed outer module from R... 3 ActiveRecord::Base.send(:include, RPH::ActsAsLookup)
fc053ca9 » rpheath 2008-05-03 added call to mixin with Fo... 4 ActionView::Base.send(:include, RPH::ActsAsLookup::ViewHelpers)
5 ActionView::Helpers::FormBuilder.send(:include, RPH::ActsAsLookup::ViewHelpers::FormBuilder)