10 lines
91 B
Ruby
10 lines
91 B
Ruby
class StaticsController < ApplicationController
|
|
|
|
def home
|
|
end
|
|
|
|
def donate
|
|
end
|
|
|
|
end
|