1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-24 03:28:45 +09:00
YuruToot/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