Opensocial Routing plugin

Plugin details

Provides a helper method in the routing to set a number of named routes, to access controllers as if they were OpenSocial resources.

Websitehttp://blog.nbwd.co.uk/2007/11/7/opensocial-with-ruby-on-rails Tags OpenSocial LicenseMIT

Documentation

The plugin can be found at http://blog.nbwd.co.uk/assets/2007/11/7/opensocial_routing.tar.gz

An example of how to use this plugin within your routes.rb file

map.opensocial_people :users do |user|
  user.opensocial_friends :friends
  user.opensocial_activities :activities
end

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | (0 older versions) | Last edited by: scott, 11 months ago