Sha256: 556989299ab154f69865caab368c03ee231eb0219ae692c1c9e959728c8d74ae

Contents?: true

Size: 605 Bytes

Versions: 5

Compression:

Stored size: 605 Bytes

Contents

# BannerLite

A Rails engine which enables the minimum banner management.

## Features

- BannerLite::Banner model and migration
- BannerLite::BannersController for CRUD banners
- A helper to show active banners

## Installation

Add a line below to your Gemfile and `bundle`.

`gem 'banner_lite'`

## Migration

(TBD)

## Make your own admin views

(TBD)

## Helpers

- `banners(banners = nil)`

e.g.

    <%= banners %>

emits something like:

    <a href="http://your.host/page"><img src="banner/image.png" /></a>

## License

This software is licensed under the MIT license.

Copyright 2014 KRAY Inc.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
banner_lite-0.0.5 README.md
banner_lite-0.0.4 README.md
banner_lite-0.0.3 README.md
banner_lite-0.0.2 README.md
banner_lite-0.0.1 README.md