What's new? | Help | Directory | Sign in
Google
oiorest
Ruby on Rails ActiveOIO extension to Danish public data
  
  
  
    
Search
for
Updated Apr 05, 2008 by christ...@dalager.com
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