Sha256: bd76b88650e4864f751559dcb72ebcae629a954a8881b867c4f9437584464fb1

Contents?: true

Size: 645 Bytes

Versions: 50

Compression:

Stored size: 645 Bytes

Contents

= CMOR Testimonials

= Installation

Add it to your bundle:

  # Gemfile
  gem 'cmor_testimonials'

Update your bundle:

  > bundle install

Install the module:

  > rails g cmor:testimonials:install

Create migrations:

  > rake cmor_testimonials_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::TestimonialsHelper
    #...
  end

Use the helper to display a testimonial:

  <%= render_testimonial 'My Testimonial' %>

= License

This project rocks and uses MIT-LICENSE.

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
cmor_testimonials-0.0.17.pre README.rdoc
cmor_testimonials-0.0.16.pre README.rdoc
cmor_testimonials-0.0.15.pre README.rdoc
cmor_testimonials-0.0.14.pre README.rdoc
cmor_testimonials-0.0.13.pre README.rdoc
cmor_testimonials-0.0.12.pre README.rdoc
cmor_testimonials-0.0.11.pre README.rdoc
cmor_testimonials-0.0.10.pre README.rdoc
cmor_testimonials-0.0.9.pre README.rdoc
cmor_testimonials-0.0.8.pre README.rdoc