Add this line to your application's Gemfile:
gem "railsfooter", github: "emory-libraries/rails-footer"And then execute:
$ bundle installFor version 1.0, in the main application file (app/views/layouts/application.html.erb) place footer with
<%= render "railsfooter/footer" %>and in the header
<%= stylesheet_link_tag "railsfooter/application.css"If the app is using < Rails 8, add
//= link railsfooter/application.cssto app/assets/config/manifest.js
In cli:
rails g links_filewill copy over a blank/test template footer_links partial. Fill in the blanks and duplicate the