title | description | type | created_at |
---|---|---|---|
Installation |
how_to_guide |
2021-12-21 |
Add this line to your application's Gemfile:
gem 'onesie', git: 'git@github.com:timlkelly/onesie.git', tag: 'v0.2.0'
And then execute bundle install
Next, generate the required migration file and migrate:
bundle exec rails generate onesie:install
bundle exec rake db:migrate