Sha256: 09c7af194bb8015dc4d386351160004157b9230be7790cd63a02f0179201dbe8

Contents?: true

Size: 621 Bytes

Versions: 6

Compression:

Stored size: 621 Bytes

Contents

= CMOR Carousels

= Installation

Add it to your bundle:

  # Gemfile
  gem 'cmor_carousels'

Update your bundle:

  > bundle install

Install the module:

  > rails g cmor:carousels:install

Create migrations:

  > rake cmor_carousels_engine:install:migrations

Migrate:

  > rake db:migrate

= Usage

Add the helper to your controller:

  # app/controllers/application_controller.rb
  class ApplicationController < ActionController::Base
    helper Cmor::CarouselsHelper
    #...
  end

Use the helper to display a carousel:

  <%= render_carousel 'My Carousel' %>

= License

This project rocks and uses MIT-LICENSE.

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cmor_carousels-0.0.6.pre README.rdoc
cmor_carousels-0.0.5.pre README.rdoc
cmor_carousels-0.0.4.pre README.rdoc
cmor_carousels-0.0.3.pre README.rdoc
cmor_carousels-0.0.2.pre README.rdoc
cmor_carousels-0.0.1.pre README.rdoc