Acts As Videoclub plugin

Plugin details

Allows for videos to be added to any model, with a helper for showing them on views

Websitehttp://github.com/linkingpaths/acts_as_videoclub Repositorygit://github.com/linkingpaths/acts_as_videoclub.git Author Linking Paths Tags video LicenseMIT

Documentation

Install the plugin:
ruby script/plugin install git://github.com/linkingpaths/acts_as_videoclub.git

Install
=======
Run the following command:

 script/plugin install git://github.com/linkingpaths/acts_as_videoclub.git


Usage
======

Make your ActiveRecord model act as videoclub.

  class Flat < ActiveRecord::Base    
    acts_as_videoclub
  end
 

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | Back in time (1 older version) | Last edited by: hardway, 4 months ago