mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-11 09:22:14 -05:00
6 lines
101 B
Ruby
6 lines
101 B
Ruby
class AboutController < ApplicationController
|
|
def index
|
|
@body_classes = 'about-body'
|
|
end
|
|
end
|