Sha256: 36f3e4b5bb8afbb4d4abce60cbce0b362fa29f101d04d7f63d90b7f1b7897cc3

Contents?: true

Size: 916 Bytes

Versions: 3

Compression:

Stored size: 916 Bytes

Contents

# Tramway::Event
Short description and motivation.

## Usage
How to use my plugin.

## Installation
Add this line to your application's Gemfile:

```ruby
gem 'tramway-event'
gem 'carrierwave'
gem 'more_html_tags'
```

And then execute:
```bash
$ bundle
```
*Gemfile*
```ruby
gem 'tramway-event'
```

Then run:
```shell
rails g tramway:event:install
rails db:migrate
```

Then make `tramway-landing` installation. [How-to](https://github.com/ulmic/tramway-dev/blob/develop/tramway-landing/README.md#installation)

*config/initializers/tramway.rb*
```ruby
Tramway::Admin.set_available_models ::Tramway::Event::Event, ::Tramway::Event::ParticipantFormField, ::Tramway::Event::Participant, project: #{project_which_you_used_in_the_application}
```

## Contributing
Contribution directions go here.

## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tramway-event-1.9.19.6 README.md
tramway-event-1.9.19.5 README.md
tramway-event-1.9.19.4 README.md