1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-11-25 15:46:35 +09:00
whippy-edition/app/controllers/about_controller.rb

6 lines
101 B
Ruby
Raw Normal View History

2016-09-28 06:12:33 +09:00
class AboutController < ApplicationController
def index
@body_classes = 'about-body'
end
end