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