|
|
Howto
How to use ActiveOIO
Install
Checkout project into your rails app's plugins folder:
svn co https://oiorest.googlecode.com/svn/trunk vendor/plugins/active_oio
Implemented models
kommune
lokalitet
postdistrikt
region
skole
skoledistrikt
sogn
valgdistrikt
Find all
Kommune.find(:all)
Find one
Postdistrikt.find(8830)
Search by name
Postdistrikt.find_by_name('borg')
Sign in to add a comment
