tobiashm/oiorest
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
ActiveOio ========= ActiveOIO is a Ruby on Rails ActiveOIO extension to Danish public data. You can read more about it at http://code.google.com/p/oiorest/ Example ======= # Find all Kommune.find(:all) # Find one Postdistrikt.find(8830) # Search by name Postdistrikt.find_by_name('borg')