Skip to content

Installation

Install Rails and then run the following command to install Clapton.

sh
bundle add clapton

or

# Gemfile
gem 'clapton'
sh
bundle install