Sha256: 5865d22fb41faa3dfa2795e8fd354e027954dc5a75ae6b3de7498a06a270643a

Contents?: true

Size: 978 Bytes

Versions: 2

Compression:

Stored size: 978 Bytes

Contents

# Snipp

TODO: Write a gem description

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'snipp'
```
And then execute:
```sh
$ bundle
```
Or install it yourself as:
```sh
$ gem install snipp
```
## Usage
### Breadcrumbs
```html+ruby
<%= breadcrumb [:root, :food, :food_fruit, :food_fruit_red, :food_fruit_red_apple], s: "/" %>
```

link to `root_path`, `food_path`, `food_fruit_path`, `food_fruit_red`, `food_fruit_red_apple`

Link text
```yaml
en:
  views:
    breadcrumb:
      # Sample
      root: "Top"
      food: "Food"
      food_fruit: "Fruit"
      food_fruit_red: "Red"
      food_fruit_red_apple: "Apple"
```

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## LICENSE
(The MIT License)

Copyright © 2013 yulii. See LICENSE.txt for further details.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
snipp-0.0.2 README.md
snipp-0.0.1 README.md