collectiveidea / acts_as_geocodable
- Source
- Commits
- Network (8)
- Issues (1)
- Downloads (2)
- Wiki (1)
- Graphs
-
Tree:
0b1d83a
acts_as_geocodable / init.rb
| f81accb2 » | brandon | 2007-03-20 | 1 | begin | |
| 2 | require 'graticule' | ||||
| 3 | rescue LoadError | ||||
| 4 | raise "Graticule >= 0.2.0 is required for acts_as_geocodable" | ||||
| 5 | end | ||||
| 2a21fac8 » | brandon | 2009-05-24 | 6 | require 'acts_as_geocodable' | |
| 403d1c59 » | brandon | 2007-02-17 | 7 | ||
| a77d4365 » | brandon | 2007-03-16 | 8 | ActiveRecord::Base.send :include, CollectiveIdea::Acts::Geocodable | |
| 76440dfe » | danielmorrison | 2007-07-27 | 9 | ActionController::Base.send :include, CollectiveIdea::RemoteLocation | |

