This repository has been archived on 2024-08-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
redstoner.com/app/controllers/statics_controller.rb
2014-02-01 00:56:50 +01:00

10 lines
92 B
Ruby

class StaticsController < ApplicationController
def index
end
def donate
end
end