about summary refs log tree commit diff
path: root/app/controllers/about_controller.rb
blob: aac648d62cbbe2872804ae07b1a01d4f6e76804d (plain) (blame)
1
2
3
4
5
class AboutController < ApplicationController
  def index
    @body_classes = 'about-body'
  end
end