An open API service indexing awesome lists of open source software.

https://github.com/ging/conference_manager-ruby

Ruby wrapper to the Conference Manager API
https://github.com/ging/conference_manager-ruby

Last synced: about 1 year ago
JSON representation

Ruby wrapper to the Conference Manager API

Awesome Lists containing this project

README

          

= ConferenceManager Ruby Wrapping

A ruby gem to wrap the ConferenceManager functionality

= Installation

Add to your Gemfile:

gem 'conference_manager-ruby'

Then run:

bundle update

= Usage

In your model:

class Event < ActiveRecord::Base
acts_as_conference_manager_event
end

class Session < ActiveRecord::Base
acts_as_conference_manager_session
end