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-06-23 02:53:32 +02:00

10 lines
91 B
Ruby

class StaticsController < ApplicationController
def home
end
def donate
end
end