Installation
Support Table
Decidim Version | Supported? |
---|---|
0.24 | no |
0.26 | no |
0.27 | no |
0.28 | yes |
0.29 | yes |
Install the rest-full integration
Add the gem to your Gemfile
gem "decidim-rest_full", "~> 0.0.1"
Install the module
bundle install
Copy migrations files
bundle exec rails decidim_rest_full:install:migrations
Migrate
bundle exec rails db:migrate
(you can make sure migrations pass with bundle exec rails db:migrate:status)