# <%= @project.rails_assets_dir_name %>

This gem was automatically generated by `rab`. You can visit [https://github.com/jingweno/rab](https://github.com/jingweno/rab) for more information.

## Usage

Add these two lines to your application’s `Gemfile`:

```ruby
source "https://rails-assets.org"

gem "<%= @project.rails_assets_dir_name %>"
```

Then, import the asset using Sprockets’ `require` directive:

```js
//= require "<%= @project.name %>"
```