Skip to main content Link Menu Expand (external link) Copy Copied

Installation and setup

Add this line to your application’s Gemfile:

gem "super"

And then execute:

bundle install

Next, you’ll need to add a config file and some of the base files by running this command:

bin/rails generate super:install

The default configuration makes a few safe assumptions, but it is configurable. See installation guide to learn more.