-
Add this extension to your Gemfile with this line:
gem 'spree_stock_status', github: 'mrbrdo/spree_stock_status'
-
Install the gem using Bundler:
bundle install
-
Copy & run migrations
bundle exec rails g spree_stock_status:install
-
Restart your server
If your server was running, restart it so that it can find the assets properly.