airblade / geo_tools
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
2d32631
geo_tools / init.rb
| 918444b7 » | airblade | 2009-01-09 | 1 | ActiveRecord::Base.send :extend, AirBlade::GeoTools::Validations | |
| 24ebe96b » | airblade | 2008-05-09 | 2 | ActiveRecord::Base.send :include, AirBlade::GeoTools::Location | |
| 3 | |||||
| 918444b7 » | airblade | 2009-01-09 | 4 | # Integrate with standard Rails form builder. | |
| 24ebe96b » | airblade | 2008-05-09 | 5 | ActionView::Helpers::FormBuilder.send :include, AirBlade::GeoTools::FormHelpers | |
| 918444b7 » | airblade | 2009-01-09 | 6 | ||
| 7 | # Integrate with custom AirBudd form builder. | ||||
| 8 | if defined?(AirBlade::GeoTools::FormHelpers) | ||||
| 9 | AirBlade::AirBudd::FormBuilder.send :include, AirBlade::GeoTools::AirBuddFormHelpers | ||||
| 10 | end | ||||
